Percent Scrolled

Percent Scrolled

Display the percent scrolled.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Percent Scrolled",
  "description": "Display the percent scrolled.",
  "author": "Solomon Kinard",
  "icons": {
    "128": "icon.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "version": "1.0.0",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}