Duplicate Tab Killer
Display and close duplicate tabs.
What is Duplicate Tab Killer?
Duplicate Tab Killer is a Chrome extension developed by Rad Apps, and its main feature is "Display and close duplicate tabs.".
Extension Screenshots
Download Duplicate Tab Killer Extension CRX File
Download Duplicate Tab Killer 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
A better duplicate tab remover. Please rate if this is what you were looking for! This will show you a list of duplicate tabs and user can click to close all. Works offline.
Extension Basic Information
Name | |
ID | kjcimdkhahmilaibihmbealfnoiiijoo |
Official URL | https://chrome.google.com/webstore/detail/duplicate-tab-killer/kjcimdkhahmilaibihmbealfnoiiijoo |
Description | Display and close duplicate tabs. |
File Size | 68.07 KB |
Installation Count | 236 |
Current Version | 1.1 |
Last Updated | 2017-12-29 |
Publish Date | 2017-12-29 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Rad Apps |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duplicate Tab Killer", "description": "Display and close duplicate tabs.", "version": "1.1", "browser_action": { "default_icon": "app-main-icon.png", "default_popup": "popup.html" }, "icons": { "128": "app-main-icon.png" }, "permissions": [ "storage", "tabs" ] } |