MiCounter

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

MiCounter là gì?

MiCounter là một tiện ích mở rộng Chrome được phát triển bởi kevinslin8, và tính năng chính của nó là "A simple counter to keep track of what matters in your life".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MiCounter

Tải xuống các tệp mở rộng MiCounter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MiCounter MiCounter
ID idcnhbaefagbglkinhliaelonppplneh
URL Chính Thức https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh
Mô tả A simple counter to keep track of what matters in your life
Kích Thước Tệp 288 KB
Số Lần Cài Đặt 6,200
Phiên Bản Hiện Tại 2.1.4.6
Cập Nhật Lần Cuối 2012-12-23
Ngày Phát Hành 2012-12-22
Đánh Giá 4.79/5 Tổng số 19 Đánh Giá
Nhà Phát Triển kevinslin8
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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 :)"
    }
}