MiCounter

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

MiCounterとは何ですか?

MiCounterはkevinslin8によって開発されたChromeの拡張機能で、その主な機能は「A simple counter to keep track of what matters in your life」です。

拡張機能のスクリーンショット

screenshot

MiCounter拡張機能のCRXファイルをダウンロード

MiCounter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 :)"
    }
}