TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
¿Qué es TabCounter?
TabCounter es una extensión de Chrome desarrollada por melockchain, y su función principal es "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TabCounter
Descarga archivos de extensión TabCounter 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
Tab Counter tracks the number of tabs: - Currently open - Opened today - Left open from yesterday - Days number of tabs have been left open - Number of tabs opened since install of this extension
Información Básica de la Extensión
Nombre | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
URL Oficial | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
Descripción | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
Tamaño del Archivo | 51.71 MB |
Cantidad de Instalaciones | 33 |
Versión Actual | 1.3 |
Última Actualización | 2022-12-02 |
Fecha de Publicación | 2022-05-19 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | melockchain |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCounter", "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } }, "icons": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } } |