Duplicate Tab Killer
Display and close duplicate tabs.
Wat is Duplicate Tab Killer?
Duplicate Tab Killer is een Chrome-extensie ontwikkeld door Rad Apps, en de belangrijkste functie is "Display and close duplicate tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Duplicate Tab Killer
Download Duplicate 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
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.
Basisinformatie over de Extensie
Naam | |
ID | kjcimdkhahmilaibihmbealfnoiiijoo |
Officiële URL | https://chrome.google.com/webstore/detail/duplicate-tab-killer/kjcimdkhahmilaibihmbealfnoiiijoo |
Beschrijving | Display and close duplicate tabs. |
Bestandsgrootte | 68.07 KB |
Aantal Installaties | 236 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-12-29 |
Publicatiedatum | 2017-12-29 |
Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Rad Apps |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |