Make Text Bold Firefox

Examine source code of Make Text Bold

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"
    }
  }
}

Melhores alternativas Make Text Bold

Aqui estão algumas Firefox add-ons que são similares a Make Text Bold: