Make Text Bold Firefox

Examine source code of Make Text Bold

提供元: James Zersche
Inspect and view changes in Make Text Bold source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Make Text Bold",
  "version": "1.0",
  "description": "Adds a make text bold menu item to the context menu.",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "maketextbold@zersche.local",
      "strict_min_version": "109.0"
    }
  }
}

ベストのMake Text Bold代替案

Make Text Boldに類似したFirefox add-onをいくつか紹介します: