TabCleaner

TabCleaner

All in one click you can: 1) Merge all duplicate tabs 2) Group all tabs on the same page 3) Have a nicer, cleaner looking browser…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TabCleaner",
  "version": "0.1",
  "browser_action": {
    "default_icon": "Icons/Windex16.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "Icons/Windex128.jpg"
  }
}