Open Tabs with Clipboard URLs Firefox

Examine source code of Open Tabs with Clipboard URLs

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"
}

Mejores alternativas Open Tabs with Clipboard URLs

Aquí hay algunas Firefox add-ons que son similares a Open Tabs with Clipboard URLs: