Donut counter

A simple click counter that measures in donuts

What is Donut counter?

Donut counter is a Chrome extension developed by weissz17, and its main feature is "A simple click counter that measures in donuts".

Extension Screenshots

screenshot

Download Donut counter Extension CRX File

Download Donut counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Donut counter Donut counter
ID nikhadcajooembobfjnhegmpiddijmpa
Official URL https://chrome.google.com/webstore/detail/donut-counter/nikhadcajooembobfjnhegmpiddijmpa
Description A simple click counter that measures in donuts
File Size 163 KB
Installation Count 1,000
Current Version 5.0
Last Updated 2017-02-01
Publish Date 2017-02-01
Rating 2.77/5 Total 13 Ratings
Developer weissz17
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}