Tab Copy/Paste

Tab Copy/Paste

Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icon19.png",
    "default_popup": "popup.html"
  },
  "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Tab Copy/Paste",
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "tabs"
  ],
  "short_name": "Tab Copy/Paste",
  "version": "1.2"
}