MiCounter

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

What is MiCounter?

MiCounter is a Chrome extension developed by kevinslin8, and its main feature is "A simple counter to keep track of what matters in your life".

Extension Screenshots

screenshot

Download MiCounter Extension CRX File

Download MiCounter 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

                        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]                    

Extension Basic Information

Name MiCounter MiCounter
ID idcnhbaefagbglkinhliaelonppplneh
Official URL https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh
Description A simple counter to keep track of what matters in your life
File Size 288 KB
Installation Count 6,200
Current Version 2.1.4.6
Last Updated 2012-12-23
Publish Date 2012-12-22
Rating 4.79/5 Total 19 Ratings
Developer kevinslin8
Payment Type free
Supported Languages 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 :)"
    }
}