Open Tabs

Open Tabs

This extention helps you manage all open tabs on Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Open Tabs",
  "description": "This extention helps you manage all open tabs on Chrome",
  "version": "1.0",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "newtab.html"
  }
}