Copy all the tab information to the clipboard

Copy all the tab information to the clipboard

Copy all the tab information to the clipboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.0.1resigned1",
  "homepage_url": "https://github.com/c-yan/copy-all-the-tab-information-to-the-clipboard",
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "menus",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c971de38-1367-4efe-ac92-1c270f243a44}"
    }
  }
}