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
官方網址 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 :)"
    }
}