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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 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" } } |