Tab Counter
Shows the amount of tabs you've created on every new tab.
Hvad er Tab Counter?
Tab Counter er en Chrome-udvidelse udviklet af metarmask, og dens hovedfunktion er "Shows the amount of tabs you've created on every new tab.".
Udvidelsesskærmbilleder
Download Tab Counter-udvidelses-CRX-fil
Download Tab Counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
Officiel URL | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Beskrivelse | Shows the amount of tabs you've created on every new tab. |
Filstørrelse | 16.79 KB |
Antal Installationer | 56 |
Nuværende Version | 2.0 |
Senest Opdateret | 2016-07-23 |
Udgivelsesdato | 2016-07-23 |
Bedømmelse | 3.50/5 Samlet 4 Bedømmelser |
Udvikler | metarmask |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |