Donut counter
A simple click counter that measures in donuts
Wat is Donut counter?
Donut counter is een Chrome-extensie ontwikkeld door weissz17, en de belangrijkste functie is "A simple click counter that measures in donuts".
Extensie Screenshots
Download het CRX-bestand van de extensie Donut counter
Download Donut counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nikhadcajooembobfjnhegmpiddijmpa |
Officiële URL | https://chrome.google.com/webstore/detail/donut-counter/nikhadcajooembobfjnhegmpiddijmpa |
Beschrijving | A simple click counter that measures in donuts |
Bestandsgrootte | 163 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 5.0 |
Laatst Bijgewerkt | 2017-02-01 |
Publicatiedatum | 2017-02-01 |
Beoordeling | 2.77/5 Totaal 13 Beoordelingen |
Ontwikkelaar | weissz17 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |