Duplicated Tab Killer
This extension kill duplicated tabs on all windows
Wat is Duplicated Tab Killer?
Duplicated Tab Killer is een Chrome-extensie ontwikkeld door KhodeN, en de belangrijkste functie is "This extension kill duplicated tabs on all windows".
Extensie Screenshots
Download het CRX-bestand van de extensie Duplicated Tab Killer
Download Duplicated Tab Killer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Find tabs with the same URLs and close duplicates. It is not configurable; it just works. There are no hidden functionality or minimized code inside.
Basisinformatie over de Extensie
Naam | Duplicated Tab Killer |
ID | hhbflcaplapkhdbblccoclciinddlpep |
Officiële URL | https://chromewebstore.google.com/detail/duplicated-tab-killer/hhbflcaplapkhdbblccoclciinddlpep |
Beschrijving | This extension kill duplicated tabs on all windows |
Bestandsgrootte | 11.65 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-03-18 |
Publicatiedatum | 2015-01-30 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | KhodeN |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duplicated Tab Killer", "description": "This extension kill duplicated tabs on all windows", "version": "1.0", "icons": { "48": "icon48.png", "24": "icon24.png" }, "browser_action": { "default_icon": { "48": "icon48.png", "24": "icon24.png" } }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |