Copy That!

Copy That!

Copy all your open tabs in a jiffy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Copy That!",
  "description": "Copy all your open tabs in a jiffy!",
  "version": "1.1.0.0",
  "author": "Vignesh R <thegreatrvignesh[at]gmail[DOT]com>",
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "clipboardRead"
  ]
}