open-page Firefox

Examine source code of open-page

By: Kuangcp
Inspect and view changes in open-page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds browser action icon to toolbar to open packaged web page. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#open-my-page-button",
  "manifest_version": 2,
  "name": "open-page",
  "version": "1.1resigned1",
  "homepage_url": "https://github.com/Kuangcp/LearnWebExtension/open-page",
  "icons": {
    "48": "icons/48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/32.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8938faa9-eab5-4848-ada9-26595bce8a68}"
    }
  }
}

Best open-page Alternatives

Here are some Firefox add-ons that are similar to open-page: