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 |
官方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" } } |