Tab Counter
Shows the amount of tabs you've created on every new tab.
Co to jest Tab Counter?
Tab Counter to rozszerzenie Chrome opracowane przez metarmask, a jego główną funkcją jest „Shows the amount of tabs you've created on every new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Counter
Pobierz pliki rozszerzeń Tab Counter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
Oficjalny URL | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Opis | Shows the amount of tabs you've created on every new tab. |
Rozmiar pliku | 16.79 KB |
Liczba instalacji | 56 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2016-07-23 |
Data Publikacji | 2016-07-23 |
Ocena | 3.50/5 Łącznie 4 Oceny |
Deweloper | metarmask |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |