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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://clicounter.live/contact-us/ |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |