Quick Page Info Firefox

Examine source code of Quick Page Info

By: NEW88 Add-on
Inspect and view changes in Quick Page Info source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Page Info",
  "version": "1.0.0",
  "description": "Quickly shows the current page's title, URL, and word count. No remote requests, minimal permissions.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "Quick Page Info",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quickpageinfo@example.com",
      "strict_min_version": "68.0"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Quick Page Info Alternatives

Here are some Firefox add-ons that are similar to Quick Page Info: