Donut counter
A simple click counter that measures in donuts
Co to jest Donut counter?
Donut counter to rozszerzenie Chrome opracowane przez weissz17, a jego główną funkcją jest „A simple click counter that measures in donuts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Donut counter
Pobierz pliki rozszerzeń Donut 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
A simple counter that is easy to add or subtract one at a time. It is great for teachers and educators, or anyone who needs a simple, fun way of keeping track of a single number over long periods of time. It always saves the number when you close your browser or even totally quit out of chrome. Simple, elegant, fun -- Donut counter.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nikhadcajooembobfjnhegmpiddijmpa |
Oficjalny URL | https://chrome.google.com/webstore/detail/donut-counter/nikhadcajooembobfjnhegmpiddijmpa |
Opis | A simple click counter that measures in donuts |
Rozmiar pliku | 163 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 5.0 |
Ostatnia Aktualizacja | 2017-02-01 |
Data Publikacji | 2017-02-01 |
Ocena | 2.77/5 Łącznie 13 Oceny |
Deweloper | weissz17 |
[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": "Donut counter", "description": "A simple click counter that measures in donuts", "version": "5.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "icons": { "128": "icon128.png", "16": "icon16.png" } } |