autochoosy Firefox

Examine source code of autochoosy

By: sjahu
Inspect and view changes in autochoosy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "autochoosy",
  "version": "1.0.1",
  "description": "Automatically open matching URLs with Choosy from in-browser",
  "homepage_url": "https://github.com/sjahu/autochoosy",
  "browser_specific_settings": {
    "gecko": {
      "id": "autochoosy@shumphries.ca"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "autochoosy.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage"
  ]
}

Best autochoosy Alternatives

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