Dedup Tabs
Remove duplicate tabs.
What is Dedup Tabs?
Dedup Tabs is a Chrome extension developed by chienwen, and its main feature is "Remove duplicate tabs.".
Extension Screenshots
Download Dedup Tabs Extension CRX File
Download Dedup 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
Automatically close duplicate tabs.
Extension Basic Information
Name | Dedup Tabs |
ID | kjmbbgpamnefpjcgbhhjabpjgmcadpdk |
Official URL | https://chromewebstore.google.com/detail/dedup-tabs/kjmbbgpamnefpjcgbhhjabpjgmcadpdk |
Description | Remove duplicate tabs. |
File Size | 10.78 KB |
Installation Count | 241 |
Current Version | 1.0 |
Last Updated | 2014-01-13 |
Publish Date | 2014-01-13 |
Rating | 4.11/5 Total 9 Ratings |
Developer | chienwen |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dedup Tabs", "description": "Remove duplicate tabs.", "version": "1.0", "permissions": [ "tabs" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "skin.js" ] } ], "icons": { "16": "images\/deduptab-16.png", "48": "images\/deduptab-48.png", "128": "images\/deduptab-128.png" }, "manifest_version": 2 } |