Scroll Progress

Scroll Progress

Shows the scroll progress of current page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Scroll Progress",
  "version": "1.0.2",
  "description": "Shows the scroll progress of current page.",
  "icons": {
    "16": "icons/[email protected]",
    "48": "icons/[email protected]",
    "128": "icons/[email protected]"
  },
  "permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "./scroll_progress.js"
      ]
    }
  ]
}