OpenedTabs

OpenedTabs

A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OpenedTabs",
  "description": "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click",
  "version": "1.6",
  "icons": {
    "48": "icon_48.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "clipboardWrite",
    "notifications"
  ],
  "web_accessible_resources": [
    "/Images/icon_48.png"
  ],
  "browser_action": {
    "default_icon": "/Images/favicon.png",
    "default_popup": "tablist.html"
  }
}