Tab Counter
Shows the amount of tabs you've created on every new tab.
¿Qué es Tab Counter?
Tab Counter es una extensión de Chrome desarrollada por metarmask, y su función principal es "Shows the amount of tabs you've created on every new tab.".
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
Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere. Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.
Información Básica de la Extensión
Nombre | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
URL Oficial | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Descripción | Shows the amount of tabs you've created on every new tab. |
Tamaño del Archivo | 16.79 KB |
Cantidad de Instalaciones | 56 |
Versión Actual | 2.0 |
Última Actualización | 2016-07-23 |
Fecha de Publicación | 2016-07-23 |
Calificación | 3.50/5 Total de 4 Calificaciones |
Desarrollador | metarmask |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "Shows the amount of tabs you've created on every new tab.", "version": "2.0", "minimum_chrome_version": "51", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |