Show comic title-text

Show comic title-text

Display the title-text below comic pages. No mouse hovering required.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Show comic title-text",
  "version": "7resigned1",
  "author": "Peter Simonyi",
  "homepage_url": "https://github.com/psimonyi/show-titletext",
  "description": "Display the title-text below comic pages",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "<all_urls>",
    "menus",
    "storage",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "16": "action-icon-16.png",
      "32": "action-icon-32.png"
    },
    "default_title": "Automatically set a title-text rule"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  }
}