Bookmark World Clock

Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily

Bookmark World Clock란 무엇입니까?

Bookmark World Clock은(는) Sgtpanda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Add a clock from any location in the world to your bookmarks bar! App icon by icons8.                    

확장 프로그램 기본 정보

이름 Bookmark World Clock Bookmark World Clock
ID mfgdchikohkibmghmbklpiijfakcmlfl
공식 URL https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl
설명 Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
파일 크기 902 KB
설치 횟수 561
현재 버전 2.0
최근 업데이트 2020-12-04
출시 날짜 2019-10-22
평점 5.00/5 총 5 개의 평점
개발자 Sgtpanda
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark World Clock",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily",
    "icons": {
        "16": "icons\/timezone-16.png",
        "48": "icons\/timezone-48.png",
        "128": "icons\/timezone-128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "alarms",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'"
}