Kill The Clones
This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.
Was ist Kill The Clones?
Kill The Clones ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.".
Erweiterungsscreenshots
Kill The Clones-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kill The Clones-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
This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs except the first open tab for all duplicate. Version 1.1 new: Pin / Unpin All Tabs Mute / Unmute All Tabs Version 1.2 new: Added tooltips Solved problem with pinned tabs Version 1.3 new: Added duplicate tabs tracking functionality(change color of extension icon).
Grundlegende Informationen zur Erweiterung
Name | Kill The Clones |
ID | kboomnlecbmbikamlaaeabjacbbadojh |
Offizielle URL | https://chromewebstore.google.com/detail/kill-the-clones/kboomnlecbmbikamlaaeabjacbbadojh |
Beschreibung | This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs. |
Dateigröße | 17.91 KB |
Installationsanzahl | 668 |
Aktuelle Version | 1.3 |
Letztes Update | 2018-04-01 |
Veröffentlichungsdatum | 2018-04-01 |
Bewertung | 4.50/5 Insgesamt 14 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kill The Clones", "version": "1.3", "description": "This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.", "icons": { "16": "images\/KillClonesIcon16.png", "48": "images\/KillClonesIcon48.png", "128": "images\/KillClonesIcon128.png" }, "browser_action": { "default_icon": { "16": "images\/KillClonesIcon16.png", "24": "images\/KillClonesIcon24.png", "32": "images\/KillClonesIcon32.png" }, "default_title": "Kill the clones tabs.", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "author": "Viacheslav Dovnich", "permissions": [ "tabs", "chrome:\/\/favicon\/" ] } |