Scroll End Indicator Firefox

Examine source code of Scroll End Indicator

Par : Ngoc Chuan
Inspect and view changes in Scroll End Indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroll End Indicator",
  "version": "1.0",
  "description": "Shows a small notification when you scroll to the end of a webpage.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1ed4d0df-51a8-44cc-bc29-19e45c4d23cc}"
    }
  }
}

Meilleures alternatives Scroll End Indicator

Voici quelques Firefox add-ons qui sont similaires à Scroll End Indicator :