Automatic bold for newspaper stories Firefox

Examine source code of Automatic bold for newspaper stories

Inspect and view changes in Automatic bold for newspaper stories source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "0.11",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_title__"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "addBold.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Shortcut to toggle the popup"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1e1c4cd2-e30c-4d14-8d77-03b5b8a4b4f5}"
    }
  }
}

Meilleures alternatives Automatic bold for newspaper stories

Voici quelques Firefox add-ons qui sont similaires à Automatic bold for newspaper stories :