GMT/UTC Clock

UTC Clock extension for Google Chrome.

GMT/UTC Clock란 무엇입니까?

GMT/UTC Clock은(는) Casey Hunt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UTC Clock extension for Google Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GMT/UTC Clock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An extremely simple extension that adds a button for GMT/UTC Time in your Chrome toolbar.

Link to the font used in the screenshot in the developer website link. Please download and install this font (free) if you want it to look as it does in the screenshot. 

--- v5.1 Changelog ---
* Bug fix: Badge properly displays time & updates every 5 seconds

--- v5.0 Changelog ---
Upgrade manifest to v3

--- v4.1 Changelog ---
Updating base font for improved readability. 

--- v4.0 Changelog ---
* New aesthetic styling! Easier to read & prettier. 
* No font download required- using Google Web Font to display. 
* New code standards enforced.
* Day of the week (in UTC format) now displays. 

--- v3.0 Changelog ---
* Updated art and text to only show 'UTC' -- GMT is an antiquated term.                    

확장 프로그램 기본 정보

이름 GMT/UTC Clock GMT/UTC Clock
ID lkiboebkhioapbcogmjkkjbpgbgjlodj
공식 URL https://chromewebstore.google.com/detail/gmtutc-clock/lkiboebkhioapbcogmjkkjbpgbgjlodj
설명 UTC Clock extension for Google Chrome.
파일 크기 4.39 MB
설치 횟수 11,362
현재 버전 5.1.0
최근 업데이트 2024-02-08
출시 날짜 2015-11-05
평점 4.00/5 총 64 개의 평점
개발자 Casey Hunt
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://caseymhunt.github.com/utc-clock-extension/
도움말 페이지 URL http://caseymhunt.github.com/utc-clock-extension/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GMT\/UTC Clock",
    "description": "UTC Clock extension for Google Chrome.",
    "version": "5.1.0",
    "author": "Casey Hunt",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_title": "UTC Clock",
        "default_icon": "images\/icon2.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png"
    }
}