Donut counter

A simple click counter that measures in donuts

Donut counter क्या है?

Donut counter weissz17 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple click counter that measures in donuts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Donut counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Donut counter Donut counter
ID nikhadcajooembobfjnhegmpiddijmpa
आधिकारिक URL https://chrome.google.com/webstore/detail/donut-counter/nikhadcajooembobfjnhegmpiddijmpa
विवरण A simple click counter that measures in donuts
फ़ाइल का आकार 163 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 5.0
अंतिम अपडेट 2017-02-01
प्रकाशन तिथि 2017-02-01
रेटिंग 2.77/5 कुल 13 रेटिंग्स
डेवलपर weissz17
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}