Close duplicate tab
Close duplicate tab on current window.
¿Qué es Close duplicate tab?
Close duplicate tab es una extensión de Chrome desarrollada por https://heppokofrontend.dev, y su función principal es "Close duplicate tab on current window.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Close duplicate tab
Descarga archivos de extensión Close duplicate tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
At work, I get a lot of notifications from GitHub, Redmine, Backlog, and so on. If you keep opening them in a new tab to read them later, you will have too many tabs in no time. This Extension allows you to organize them in an instant and reload the remaining tabs to make them up-to-date! ## v1.0.3 - Update English - Change to use dialog on all task button - Fix confirm dialog bugs ## v1.0.2 - Update function "Divide all tabs for each hostname" - Option added to group tabs into the same window according to the number of sheets when there are only a few tabs with the same hostname. ## v1.0.1 - Fix critical bug that is not able to load savedata ## v1.0.0 - Stable release
Información Básica de la Extensión
Nombre | Close duplicate tab |
ID | ollnnjepahcgphpjjhcfohpelmpldghj |
URL Oficial | https://chromewebstore.google.com/detail/close-duplicate-tab/ollnnjepahcgphpjjhcfohpelmpldghj |
Descripción | Close duplicate tab on current window. |
Tamaño del Archivo | 22.46 KB |
Cantidad de Instalaciones | 1,280 |
Versión Actual | 1.0.3 |
Última Actualización | 2023-05-15 |
Fecha de Publicación | 2021-07-14 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://heppokofrontend.dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs |
URL de la Página de Ayuda | https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs/issues |
URL de la Página de Política de Privacidad | https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8 |
Idiomas Soportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.0.3", "description": "__MSG_extDesc__", "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "worker.js" }, "permissions": [ "tabs", "storage" ], "icons": { "128": "images\/icon.png" }, "default_locale": "en" } |