Better Ctrl-W

Better Ctrl-W

Closes highlighted tabs. To replace ctrl-w on Windows/Linux for Vim users!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "close-highlighted-windows": {
      "description": "Close highlighted tabs"
    },
    "do-nothing": {
      "description": "Do absolutely nothing"
    }
  },
  "description": "Closes highlighted tabs. To replace ctrl-w on Windows/Linux for Vim users!",
  "icons": {
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "Better Ctrl-W",
  "version": "0.1"
}