World Clock Toolbar

EASY to access on your toolbar with a list of country that you visit often at a glance.

World Clock Toolbar란 무엇입니까?

World Clock Toolbar은(는) davidjutegsn911에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EASY to access on your toolbar with a list of country that you visit often at a glance."입니다.

확장 프로그램 스크린샷

screenshot

World Clock Toolbar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        EASY to access on your toolbar with a list of country that you visit often at a glance.

FEATURE extended world clock from city to every country.

DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference.

SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country.

Feel free to share your opinion, ideas and requests.                    

확장 프로그램 기본 정보

이름 World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
공식 URL https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
설명 EASY to access on your toolbar with a list of country that you visit often at a glance.
파일 크기 2.76 MB
설치 횟수 1,678
현재 버전 1.2
최근 업데이트 2021-07-08
출시 날짜 2020-11-10
평점 4.75/5 총 8 개의 평점
개발자 davidjutegsn911
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://world-clock-list.web.app/privacypolicy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Toolbar",
    "version": "1.2",
    "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/earthclock_16.png",
            "32": "images\/earthclock_32.png",
            "48": "images\/earthclock_48.png",
            "128": "images\/earthclock_128.png"
        }
    },
    "icons": {
        "16": "images\/earthclock_16.png",
        "32": "images\/earthclock_32.png",
        "48": "images\/earthclock_48.png",
        "128": "images\/earthclock_128.png"
    },
    "manifest_version": 2
}