Clicounter
Daily counter extension helps you easily keep track of the remaining days until your next life event.
什麼是Clicounter?
Clicounter是由https://clicounter.live開發的Chrome擴展程式,該擴展的主要功能是“Daily counter extension helps you easily keep track of the remaining days until your next life event.”。
擴展截圖
下載Clicounter擴展crx文件
下載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 |
官方網址 | 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" } } |