Open google search links Firefox

Examine source code of Open google search links

By: Yazane
Inspect and view changes in Open google search links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Open google search links",
  "description": "This extension will open links in the google search page into new tab.",
  "version": "1.0.2",
  "browser_action": {
    "default_icon": "img/logo.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery.min.js",
        "js/content.js"
      ]
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f1ae2688-0f58-4ae7-9753-600a5470eb14}"
    }
  }
}

Best Open google search links Alternatives

Here are some Firefox add-ons that are similar to Open google search links: