Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
¿Qué es Tab Counter?
Tab Counter es una extensión de Chrome desarrollada por Drake Panzer, y su función principal es "Changes your new tab page to a counter that displays how many tabs you have opened today.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tab Counter
Descarga archivos de extensión Tab Counter 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
Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day. The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link: https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche ______ If you have any problems or suggestions, feel free to tell me.
Información Básica de la Extensión
Nombre | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
URL Oficial | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
Descripción | Changes your new tab page to a counter that displays how many tabs you have opened today. |
Tamaño del Archivo | 27.81 KB |
Cantidad de Instalaciones | 28 |
Versión Actual | 1.0 |
Última Actualización | 2017-01-31 |
Fecha de Publicación | 2017-01-31 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Drake Panzer |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dpanzer.net |
URL de la Página de Ayuda | https://dpanzer.net/contact |
URL de la Página de Política de Privacidad | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "author": "engineerofstuff", "chrome_url_overrides": { "newtab": "dist\/override.html" }, "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.", "homepage_url": "https:\/\/dpanzer.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Tab Counter", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |