Export Tabs URLs

Export Tabs URLs

Save a list of all open tabs into a text file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.2.13",
  "default_locale": "en_US",
  "icons": {
    "16": "img/16x16.png",
    "32": "img/32x32.png",
    "64": "img/64x64.png",
    "128": "img/128x128.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/128x128.png",
    "default_title": "__MSG_appButtonDesc__",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "permissions": [
    "clipboardWrite",
    "notifications",
    "storage",
    "tabs"
  ]
}