Clock for Google Chrome™

An analogue clock in the toolbar!

Clock for Google Chrome™란 무엇입니까?

Clock for Google Chrome™은(는) https://clockforchrome.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An analogue clock in the toolbar!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Clock for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This very simple extension places a small analogue clock next to the address box.

Simple as that.

You can add a digital clock, change the colours, add reminders with alerts and there is a full calendar to see if you click the clock, and a full screen clock too...

... or do none of those and simply use the clock as it is. The choice is yours.

All your settings are securely synchronised to all the computers that you use this extension on.

For help and support, take a look at the support pages at ab00a.github.io/clockforgooglechrome

Clock for Google Chrome™ is available in lots of languages.                    

확장 프로그램 기본 정보

이름 Clock for Google Chrome™ Clock for Google Chrome™
ID emakkfldeggiinnfcdjkakdfcppbfhdg
공식 URL https://chromewebstore.google.com/detail/clock-for-google-chrome/emakkfldeggiinnfcdjkakdfcppbfhdg
설명 An analogue clock in the toolbar!
파일 크기 348 KB
설치 횟수 178,256
현재 버전 2.2.0.2
최근 업데이트 2023-03-05
출시 날짜 2019-08-01
평점 4.25/5 총 1004 개의 평점
개발자 https://clockforchrome.appspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://clockforchrome.appspot.com/site/index.html
도움말 페이지 URL https://clockforchrome.appspot.com/site/index.html
개인정보 보호 정책 페이지 URL https://clockforchrome.appspot.com/site/privacy.html
지원되는 언어 id,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "name": "__MSG_extensionName__",
    "options_page": "html\/options.html",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "offscreen",
        "idle"
    ],
    "version": "2.2.0.2",
    "short_name": "__MSG_extensionName__",
    "minimum_chrome_version": "109",
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "html\/popup.html"
    }
}