Close same domain tabs

Close same domain tabs

Context menu option to close all opened tabs for the same domain

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Close same domain tabs",
  "version": "1.0",
  "description": "Closes all tabs for the same domain",
  "icons": {
    "16": "icons/close16.png",
    "32": "icons/close32.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus"
  ]
}