Reading Progress Firefox

Examine source code of Reading Progress

Inspect and view changes in Reading Progress source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Progress",
  "version": "1.0.0",
  "description": "Visual reading progress indicator showing how much of the page you have scrolled through with customizable styles and positions",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_title": "Reading Progress",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e43ebc41-ca8e-461e-bf16-6b038ee31756}"
    }
  }
}

Mejores alternativas Reading Progress

Aquí hay algunas Firefox add-ons que son similares a Reading Progress: