TextBlockZoom Firefox

Examine source code of TextBlockZoom

By: vycb
Inspect and view changes in TextBlockZoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "TextBlockZoom",
  "version": "2.1.1",
  "manifest_version": 2,
  "description": "Allows enlarge font size of text blocks and images from context menu.",
  "homepage_url": "https://github.com/vycb/textblockzoom",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}

Best TextBlockZoom Alternatives

Here are some Firefox add-ons that are similar to TextBlockZoom: