Copy Selected Tabs to Clipboard

Copy Selected Tabs to Clipboard

Provides ability to copy title and URL of selected tabs to the clipboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.6.3",
  "author": "YUKI \"Piro\" Hiroshi",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextualIdentities",
    "cookies",
    "menus",
    "notifications",
    "storage",
    "tabs"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "/resources/Copy.svg#default",
    "20": "/resources/Copy.svg#default",
    "24": "/resources/Copy.svg#default",
    "32": "/resources/Copy.svg#default"
  },
  "background": {
    "page": "background/background.html"
  },
  "commands": {
    "copySelectedTabs": {
      "description": "__MSG_command_copySelectedTabs__"
    },
    "copySelectedTabsWithFormat0": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat1": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat2": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat3": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat4": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat5": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat6": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat7": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat8": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat9": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat10": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat11": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat12": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat13": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat14": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat15": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat16": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat17": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat18": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    },
    "copySelectedTabsWithFormat19": {
      "description": "__MSG_command_copySelectedTabsWithFormat_unassigned__"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "67.0"
    }
  }
}