MiCounter

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

Co to jest MiCounter?

MiCounter to rozszerzenie Chrome opracowane przez kevinslin8, a jego główną funkcją jest „A simple counter to keep track of what matters in your life”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MiCounter

Pobierz pliki rozszerzeń MiCounter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa MiCounter MiCounter
ID idcnhbaefagbglkinhliaelonppplneh
Oficjalny URL https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh
Opis A simple counter to keep track of what matters in your life
Rozmiar pliku 288 KB
Liczba instalacji 6,200
Aktualna Wersja 2.1.4.6
Ostatnia Aktualizacja 2012-12-23
Data Publikacji 2012-12-22
Ocena 4.79/5 Łącznie 19 Oceny
Deweloper kevinslin8
Typ Płatności free
Obsługiwane Języki 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 :)"
    }
}