Open All Links Firefox

Examine source code of Open All Links

제작자: beulah
Inspect and view changes in Open All Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Open All Links",
  "version": "1.0",
  "description": "Opens all links from the page in new tabs.",
  "browser_action": {
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d4d870d-55d9-4184-a34c-8bd8874d5698}",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  }
}

최고의 Open All Links 대안

다음은 Open All Links과(와) 유사한 Firefox add-on입니다: