Tab Counter
Shows the amount of tabs you've created on every new tab.
Wat is Tab Counter?
Tab Counter is een Chrome-extensie ontwikkeld door metarmask, en de belangrijkste functie is "Shows the amount of tabs you've created on every new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Counter
Download Tab Counter-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
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.
Basisinformatie over de Extensie
Naam | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
Officiële URL | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Beschrijving | Shows the amount of tabs you've created on every new tab. |
Bestandsgrootte | 16.79 KB |
Aantal Installaties | 56 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-07-23 |
Publicatiedatum | 2016-07-23 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | metarmask |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |