Multitab I/O

Multitab I/O

Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Multitab I/O",
  "version": "0.1.8",
  "description": "Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon96.png",
    "default_name": "Multitab I/O",
    "default_title": "Multitab I/O",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs"
  ]
}