Autopin Firefox

Examine source code of Autopin

Inspect and view changes in Autopin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Autopin",
  "description": "Autopin tabs matching specific domain names",
  "author": "Danny Colin",
  "version": "0.2.0",
  "homepage_url": "https://github.com/dannycolin/autopin",
  "browser_specific_settings": {
    "gecko": {
      "id": "autopin@dannycolin.com",
      "strict_min_version": "101.0"
    }
  },
  "icons": {
    "48": "img/logo.svg",
    "96": "img/logo.svg"
  },
  "browser_action": {
    "browser_style": false,
    "default_title": "Autopin",
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": false
  },
  "background": {
    "page": "html/background.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}

Best Autopin Alternatives

Here are some Firefox add-ons that are similar to Autopin: