ScrollViz Progress Tracker Firefox

Examine source code of ScrollViz Progress Tracker

Inspect and view changes in ScrollViz Progress Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ScrollViz Progress Tracker",
  "version": "1.0.0",
  "description": "Beautiful visual progress indicator showing how far you've scrolled with full customization options",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "progress.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "1522fd05c7d08f20ee138fa137107dbd49e3a097@extension.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives ScrollViz Progress Tracker

Voici quelques Firefox add-ons qui sont similaires à ScrollViz Progress Tracker :