OpenCurrentTab Firefox

Examine source code of OpenCurrentTab

Inspect and view changes in OpenCurrentTab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OpenCurrentTab",
  "version": "1.1.5resigned1",
  "description": "リンクを任意に現在のタブで開けます。",
  "applications": {
    "gecko": {
      "id": "{bb69b54e-e27b-4b5a-b87a-07076121b194}",
      "strict_min_version": "56.0"
    }
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_scripts/onClick.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "option.html"
  }
}

Best OpenCurrentTab Alternatives

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