Open Tabs with Clipboard URLs Firefox

Examine source code of Open Tabs with Clipboard URLs

제작자: igorlogius Add-on
Inspect and view changes in Open Tabs with Clipboard URLs source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "open tabs"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+O"
      }
    }
  },
  "description": "open tabs with urls from the clipboard",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "clip2tabs",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "clipboardRead",
    "notifications",
    "storage",
    "tabs"
  ],
  "version": "1.1.6"
}

최고의 Open Tabs with Clipboard URLs 대안

다음은 Open Tabs with Clipboard URLs과(와) 유사한 Firefox add-on입니다: