MiCounter
A simple counter to keep track of what matters in your life
Apa itu MiCounter?
MiCounter adalah ekstensi Chrome yang dikembangkan oleh kevinslin8, dan fitur utamanya adalah "A simple counter to keep track of what matters in your life".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MiCounter
Unduh file ekstensi MiCounter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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]
Informasi Dasar Ekstensi
Nama | MiCounter |
ID | idcnhbaefagbglkinhliaelonppplneh |
URL Resmi | https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh |
Deskripsi | A simple counter to keep track of what matters in your life |
Ukuran File | 288 KB |
Jumlah Instalasi | 6,200 |
Versi Saat Ini | 2.1.4.6 |
Terakhir Diperbarui | 2012-12-23 |
Tanggal Publikasi | 2012-12-22 |
Penilaian | 4.79/5 Total 19 Penilaian |
Pengembang | kevinslin8 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 :)" } } |