Tab Cleanup - Close duplicate tabs
Add a button to remove duplicate tabs.
Wat is Tab Cleanup - Close duplicate tabs?
Tab Cleanup - Close duplicate tabs is een Chrome-extensie ontwikkeld door Koen Punt, en de belangrijkste functie is "Add a button to remove duplicate tabs.".
Download het CRX-bestand van de extensie Tab Cleanup - Close duplicate tabs
Download Tab Cleanup - 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
Basisinformatie over de Extensie
Naam | |
ID | ehnjmengmmjddlifamlnboeldnegbbif |
Officiële URL | https://chrome.google.com/webstore/detail/tab-cleanup-close-duplica/ehnjmengmmjddlifamlnboeldnegbbif |
Beschrijving | Add a button to remove duplicate tabs. |
Bestandsgrootte | 15.99 KB |
Aantal Installaties | 138 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-08-02 |
Publicatiedatum | 2015-11-22 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Koen Punt |
Betalingswijze | free |
Extensiewebsite | https://github.com/koenpunt/chrome-tab-cleanup |
Help Pagina-URL | https://github.com/koenpunt/chrome-tab-cleanup |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Cleanup - Close duplicate tabs", "short_name": "Tab Cleanup", "version": "0.0.1", "description": "Add a button to remove duplicate tabs.", "homepage_url": "https:\/\/github.com\/koenpunt", "permissions": [ "tabs" ], "browser_action": { "default_title": "Close duplicate tabs" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "background.js" ] } } |