Export Tabs URLs Phoenix

Export Tabs URLs Phoenix

Save a list of all open tabs into clipboard, text file, or html bookmarks file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.2.15",
  "default_locale": "en_US",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "action": {
    "default_icon": "img/icon.png",
    "default_title": "__MSG_appButtonDesc__",
    "default_popup": "popup/popup.html",
    "theme_icons": [
      {
        "light": "img/icon_dark-theme.svg",
        "dark": "img/icon.png",
        "size": 16
      },
      {
        "light": "img/icon_dark-theme.svg",
        "dark": "img/icon.png",
        "size": 32
      }
    ]
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "clipboardWrite",
    "notifications",
    "storage",
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}