Close Duplicate Tabs
Close all duplicate tabs
Wat is Close Duplicate Tabs?
Close Duplicate Tabs is een Chrome-extensie ontwikkeld door https://lukaspolak.com, en de belangrijkste functie is "Close all duplicate tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Close Duplicate Tabs
Download Close Duplicate Tabs-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
Close every opened duplicate tab with a single click. Just press the "Close Duplicate Tabs" toolbar button and see the magic! Now you can even change the extension icon color! Right-click on the extension, pick an "Options," and choose your preferred color theme.
Basisinformatie over de Extensie
Naam | Close Duplicate Tabs |
ID | egeikhkjmnnmaihaaoiapbiboahaogcj |
Officiële URL | https://chromewebstore.google.com/detail/close-duplicate-tabs/egeikhkjmnnmaihaaoiapbiboahaogcj |
Beschrijving | Close all duplicate tabs |
Bestandsgrootte | 84.04 KB |
Aantal Installaties | 368 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-01-05 |
Publicatiedatum | 2021-12-07 |
Ontwikkelaar | https://lukaspolak.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.lukaspolak.com/projects/chrome-extensions/close-duplicate-tabs |
Help Pagina-URL | https://www.lukaspolak.com/projects/chrome-extensions/close-duplicate-tabs/support |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Duplicate Tabs", "description": "Close all duplicate tabs", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "action": { "default_icon": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } }, "icons": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } } |