EveryWhereClock
An extension that enables you to set and view the time everywhere in the world!
EveryWhereClock란 무엇입니까?
EveryWhereClock은(는) Y.S.E Holdings LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that enables you to set and view the time everywhere in the world!"입니다.
확장 프로그램 스크린샷
EveryWhereClock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing EveryWhereClock: your essential Chrome Web Store extension for effortless time zone tracking. Add and customize multiple clocks, each displaying a different time zone, making global scheduling a breeze. Stay connected with friends, family, and colleagues worldwide without the hassle of time zone conversions. Experience real-time updates, intuitive controls, and minimal resource usage. Download EveryWhereClock now and stay in sync with the world, no matter where you are. By Clicking "add to Chrome", I accept and agree to installing EveryWhereClock extension and setting Chrome New Tab search provider to Microsoft Bing as described by the services in terms of use https://yse-media.com/Terms-Of-Use/ and privacy policy https://yse-media.com/privacy-policy/
확장 프로그램 기본 정보
이름 | EveryWhereClock |
ID | kkaphbadaniplkokccnnfceckmmclpik |
공식 URL | https://chromewebstore.google.com/detail/everywhereclock/kkaphbadaniplkokccnnfceckmmclpik |
설명 | An extension that enables you to set and view the time everywhere in the world! |
파일 크기 | 1.13 MB |
설치 횟수 | 9,025 |
현재 버전 | 1.1 |
최근 업데이트 | 2024-01-20 |
출시 날짜 | 2023-08-16 |
평점 | 4.17/5 총 24 개의 평점 |
개발자 | Y.S.E Holdings LTD |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://yse-media.com/ |
도움말 페이지 URL | https://yse-media.com/privacy-policy/ |
개인정보 보호 정책 페이지 URL | https://yse-media.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "1.1", "author": "YSE media", "name": "EveryWhereClock", "description": "An extension that enables you to set and view the time everywhere in the world!", "permissions": [ "storage" ], "background": { "service_worker": "background.803675d6.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "host_permissions": [ "*:\/\/*.every-whereclock.com\/*" ] } |