MiCounter
A simple counter to keep track of what matters in your life
ما هو MiCounter؟
MiCounter هو إضافة Chrome تم تطويرها بواسطة kevinslin8، والميزة الرئيسية لها هي "A simple counter to keep track of what matters in your life".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MiCounter
قم بتنزيل ملفات الامتداد MiCounter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 :)" } } |