Tab Counter
Shows the amount of tabs you've created on every new tab.
Was ist Tab Counter?
Tab Counter ist eine Chrome-Erweiterung, die von metarmask entwickelt wurde, und ihr Hauptmerkmal ist "Shows the amount of tabs you've created on every new tab.".
Erweiterungsscreenshots
Tab Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
Offizielle URL | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Beschreibung | Shows the amount of tabs you've created on every new tab. |
Dateigröße | 16.79 KB |
Installationsanzahl | 56 |
Aktuelle Version | 2.0 |
Letztes Update | 2016-07-23 |
Veröffentlichungsdatum | 2016-07-23 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | metarmask |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |