MiCounter

A simple counter to keep track of what matters in your life

MiCounter क्या है?

MiCounter kevinslin8 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple counter to keep track of what matters in your life"।

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

screenshot

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

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

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

                        Click to increment the counter. 
Set value and direction in options page.

*New in version 2.1.4.6* - ability to decrement the counter by double clicking
Enable this feature in options :)

Feedback?
Constructive criticism, donations or glowing testimonials all appreciated at [email protected]                    

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

नाम MiCounter MiCounter
ID idcnhbaefagbglkinhliaelonppplneh
आधिकारिक URL https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh
विवरण A simple counter to keep track of what matters in your life
फ़ाइल का आकार 288 KB
स्थापना संख्या 6,200
वर्तमान संस्करण 2.1.4.6
अंतिम अपडेट 2012-12-23
प्रकाशन तिथि 2012-12-22
रेटिंग 4.79/5 कुल 19 रेटिंग्स
डेवलपर kevinslin8
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MiCounter",
    "manifest_version": 2,
    "version": "2.1.4.6",
    "description": "A simple counter to keep track of what matters in your life",
    "background": {
        "scripts": [
            "settings.js",
            "simpleutils.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "counter2128.png",
        "name": "Click me :)"
    }
}