Page up and down buttons for e-ink Firefox

Examine source code of Page up and down buttons for e-ink

제작자: oldherl+
Inspect and view changes in Page up and down buttons for e-ink source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page up and down buttons for e-ink",
  "short_name": "Page up and down",
  "version": "1.7.8",
  "description": "Adds page up and down buttons on all sites. They are useful on low refresh rate devices such as e-ink tablets to reduce lagging.",
  "homepage_url": "https://github.com/oldherl/updown-buttons",
  "developer": {
    "name": "oldherl"
  },
  "icons": {
    "16": "img/main-icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "updownbuttons@oldherl.one"
    },
    "gecko-android": {}
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "options/options-storage.js",
        "content/buttons.js"
      ],
      "css": [
        "content/buttons.css"
      ]
    }
  ],
  "web_accessible_resources": [],
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ]
}

최고의 Page up and down buttons for e-ink 대안

다음은 Page up and down buttons for e-ink과(와) 유사한 Firefox add-on입니다: