Custom URL Opener Firefox

Examine source code of Custom URL Opener

Inspect and view changes in Custom URL Opener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom URL Opener",
  "version": "1.1resigned1",
  "author": "César Seabra",
  "developer": {
    "name": "César Seabra",
    "url": "https://github.com/cesarseabra"
  },
  "description": "Opens defined URL in new tabs with custom search parameters. Use the tag '{{tag}}' where you want your query to be replaced.",
  "homepage_url": "https://github.com/cesarseabra/Custom-Multiple-URL-Opener",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Custom URL Opener",
    "default_popup": "index.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5c38929f-66c5-4b41-b0e8-a8fd919d5ada}"
    }
  }
}

Best Custom URL Opener Alternatives

Here are some Firefox add-ons that are similar to Custom URL Opener: