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

Mejores alternativas Make Text Bold

Aquí hay algunas Firefox add-ons que son similares a Make Text Bold: