tab2text

tab2text

Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "tab2text",
  "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.",
  "version": "1.0.1",
  "browser_action": {
    "default_icon": "icon2.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ]
}