Open Tabs with Clipboard URLs Firefox

Examine source code of Open Tabs with Clipboard URLs

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

Meilleures alternatives Open Tabs with Clipboard URLs

Voici quelques Firefox add-ons qui sont similaires à Open Tabs with Clipboard URLs :