ChordWiki Scroll Extension Firefox

Examine source code of ChordWiki Scroll Extension

Inspect and view changes in ChordWiki Scroll Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "ja",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "storage",
    "http://ja.chordwiki.org/wiki*",
    "https://ja.chordwiki.org/wiki*"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://ja.chordwiki.org/wiki*",
        "https://ja.chordwiki.org/wiki*"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "ChordWiki Scroll Extension",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "chordwiki-scroll-extension-amo@tsRicka"
    }
  }
}

Best ChordWiki Scroll Extension Alternatives

Here are some Firefox add-ons that are similar to ChordWiki Scroll Extension: