Close Tabs

Close Tabs

Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Close Tabs",
  "version": "1.2",
  "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more",
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "page": "background.htm"
  },
  "options_page": "options.htm",
  "permissions": [
    "contextMenus",
    "unlimitedStorage",
    "tabs"
  ],
  "manifest_version": 2,
  "homepage_url": "http://tejji.com/"
}