Active Tab Exporter for Chrome

Active Tab Exporter for Chrome

Export currently open Chrome tab URLs to the clipboard or download the list as a file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Active Tab Exporter for Chrome",
  "version": "1.02",
  "description": "Export currently open Chrome tab URLs to the clipboard or download the list as a file.",
  "manifest_version": 3,
  "icons": {
    "16": "assets/images/icon-16.png",
    "48": "assets/images/icon-48.png",
    "128": "assets/images/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/images/icon-16.png",
      "48": "assets/images/icon-48.png",
      "128": "assets/images/icon-128.png"
    },
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs"
  ]
}