Tab Cleanup - Close duplicate tabs
Add a button to remove duplicate tabs.
What is Tab Cleanup - Close duplicate tabs?
Tab Cleanup - Close duplicate tabs is a Chrome extension developed by Koen Punt, and its main feature is "Add a button to remove duplicate tabs.".
Download Tab Cleanup - Close duplicate tabs Extension CRX File
Download Tab Cleanup - Close duplicate tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ehnjmengmmjddlifamlnboeldnegbbif |
Official URL | https://chrome.google.com/webstore/detail/tab-cleanup-close-duplica/ehnjmengmmjddlifamlnboeldnegbbif |
Description | Add a button to remove duplicate tabs. |
File Size | 15.99 KB |
Installation Count | 138 |
Current Version | 0.0.1 |
Last Updated | 2016-08-02 |
Publish Date | 2015-11-22 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Koen Punt |
Payment Type | free |
Extension Website | https://github.com/koenpunt/chrome-tab-cleanup |
Help Page URL | https://github.com/koenpunt/chrome-tab-cleanup |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Cleanup - Close duplicate tabs", "short_name": "Tab Cleanup", "version": "0.0.1", "description": "Add a button to remove duplicate tabs.", "homepage_url": "https:\/\/github.com\/koenpunt", "permissions": [ "tabs" ], "browser_action": { "default_title": "Close duplicate tabs" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "background.js" ] } } |