Scroll Right Button Firefox

Examine source code of Scroll Right Button

Inspect and view changes in Scroll Right Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroll Right Button",
  "description": "A Firefox addon that adds a button to scroll the tab bar all the way to the right",
  "homepage_url": "https://github.com/nralbrecht/scroll-right-button",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5e3f7b39-85f0-42b9-9c4e-43704c8099c0}",
      "strict_min_version": "64.0"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon.svg",
      "38": "icon.svg"
    }
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "version": "1.0.0"
}

Best Scroll Right Button Alternatives

Here are some Firefox add-ons that are similar to Scroll Right Button: