Duplicate Tab Killer!
This is an extension for removing the duplicate tabs!
What is Duplicate Tab Killer!?
Duplicate Tab Killer! is a Chrome extension developed by Unknown, and its main feature is "This is an extension for removing the duplicate tabs!".
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
Getting tired of having so many duplicated tabs open? This plugin can remove those duplicate tabs by just clicking the shortcut. The shortcut for Mac user: "Command+Shift+1" The shortcut for Windows user: "Ctrl+Shift+1"
Extension Basic Information
Name | Duplicate Tab Killer! |
ID | jfjefgepcfillfepaobiikcidonkndoo |
Official URL | https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo |
Description | This is an extension for removing the duplicate tabs! |
File Size | 201 KB |
Installation Count | 36 |
Current Version | 1.0.1 |
Last Updated | 2018-04-05 |
Publish Date | 2018-04-04 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duplicate Tab Killer!", "version": "1.0.1", "manifest_version": 2, "description": "This is an extension for removing the duplicate tabs!", "permissions": [ "tabs" ], "commands": { "record-tab-names": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Command+Shift+1" }, "description": "remove duplicated tabs" } }, "background": { "scripts": [ "background.js" ] } } |