Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
Co to jest Tab Counter?
Tab Counter to rozszerzenie Chrome opracowane przez Drake Panzer, a jego główną funkcją jest „Changes your new tab page to a counter that displays how many tabs you have opened today.”.
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
Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day. The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link: https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche ______ If you have any problems or suggestions, feel free to tell me.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
Oficjalny URL | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
Opis | Changes your new tab page to a counter that displays how many tabs you have opened today. |
Rozmiar pliku | 27.81 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-01-31 |
Data Publikacji | 2017-01-31 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Drake Panzer |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://dpanzer.net |
Adres URL Strony Pomocy | https://dpanzer.net/contact |
Adres URL Strony Polityki Prywatności | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "author": "engineerofstuff", "chrome_url_overrides": { "newtab": "dist\/override.html" }, "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.", "homepage_url": "https:\/\/dpanzer.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Tab Counter", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |