Timezone

TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)

Timezone란 무엇입니까?

Timezone은(는) http://creativebrain.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Timezone 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add time zones from over 400 cities in a fast and fun way.

✔ Drag down to add a new time zone.
✔ Re-order your saved time zones.
✔ Includes 405 different cities                    

확장 프로그램 기본 정보

이름 Timezone Timezone
ID mhomkmoocejpiegiconmegnkhhoidlpe
공식 URL https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe
설명 TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
파일 크기 318 KB
설치 횟수 616
현재 버전 1.0 beta
최근 업데이트 2015-07-31
출시 날짜 2015-07-31
평점 2.80/5 총 5 개의 평점
개발자 http://creativebrain.be
결제 유형 free
확장 프로그램 웹 사이트 http://www.creativebrain.be/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "version_name": "1.0 beta",
    "manifest_version": 2,
    "name": "Timezone",
    "description": "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)",
    "author": "Kristof Van Espen",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/reset.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/moment.js",
                "js\/moment-timezone.js",
                "js\/jquery.hammer.js",
                "js\/script.js"
            ]
        }
    ]
}