Tab Counter
Shows the amount of tabs you've created on every new tab.
Vad är Tab Counter?
Tab Counter är en Chrome-tillägg utvecklad av metarmask, och dess huvudfunktion är "Shows the amount of tabs you've created on every new tab.".
Tilläggsskärmbilder
Ladda ner Tab Counter-förlängningens CRX-fil
Ladda ner Tab Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Beskrivning | Shows the amount of tabs you've created on every new tab. |
Filstorlek | 16.79 KB |
Antal Installationer | 56 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2016-07-23 |
Publiceringsdatum | 2016-07-23 |
Betyg | 3.50/5 Totalt 4 Betyg |
Utvecklare | metarmask |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } } |