Clicounter
Daily counter extension helps you easily keep track of the remaining days until your next life event.
ما هو Clicounter؟
Clicounter هو إضافة Chrome تم تطويرها بواسطة https://clicounter.live، والميزة الرئيسية لها هي "Daily counter extension helps you easily keep track of the remaining days until your next life event.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clicounter
قم بتنزيل ملفات الامتداد Clicounter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Day Counter only a click away! Clicounter contains the day tracking that can be used for any life or business event. Easily count down the days until big life event! By clicking "Add to chrome" you accept and agree to installing the Clicounter Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at: https://clicounter.live/terms/ and privacy policy at: https://clicounter.live/privacy-policy/ The extension will update your new-tab with accurate information about upcoming events you set up and will change your search engine to be powered by Bing. No need to skip meetings, holidays or any fun or important event! You can also easily track of days since previous events, such as starting a new position or relationship. We don't just collect data about your events - we make sure you can sleep careless and be sure to catch all your events, meetings and very important appointments!
معلومات أساسية عن التمديد
الاسم | Clicounter |
ID | pnhjehchckojhmljiiaijnadgdpmdamd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clicounter/pnhjehchckojhmljiiaijnadgdpmdamd |
الوصف | Daily counter extension helps you easily keep track of the remaining days until your next life event. |
حجم الملف | 755 KB |
عدد التثبيتات | 159,117 |
النسخة الحالية | 1.7 |
آخر تحديث | 2022-12-13 |
تاريخ النشر | 2022-07-27 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://clicounter.live |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://clicounter.live |
عنوان صفحة المساعدة | https://clicounter.live/contact-us/ |
عنوان صفحة سياسة الخصوصية | https://clicounter.live/privacy-policy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clicounter", "description": "Daily counter extension helps you easily keep track of the remaining days until your next life event.", "version": "1.7", "manifest_version": 3, "homepage_url": "https:\/\/clicounter.live", "background": { "service_worker": ".\/background.js" }, "chrome_url_overrides": { "newtab": ".\/page\/index.html" }, "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/images\/16.png", "32": ".\/images\/32.png", "48": ".\/images\/48.png", "128": ".\/images\/128.png" } }, "icons": { "16": ".\/images\/16.png", "32": ".\/images\/32.png", "48": ".\/images\/48.png", "128": ".\/images\/128.png" } } |