Duplicate Tab Killer!
This is an extension for removing the duplicate tabs!
Was ist Duplicate Tab Killer!?
Duplicate Tab Killer! ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension for removing the duplicate tabs!".
Duplicate Tab Killer!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Duplicate Tab Killer!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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"
Grundlegende Informationen zur Erweiterung
Name | Duplicate Tab Killer! |
ID | jfjefgepcfillfepaobiikcidonkndoo |
Offizielle URL | https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo |
Beschreibung | This is an extension for removing the duplicate tabs! |
Dateigröße | 201 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2018-04-05 |
Veröffentlichungsdatum | 2018-04-04 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |