Worldtime
All time zones in one click
Worldtime란 무엇입니까?
Worldtime은(는) https://le0michine.github.io/worldtime-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All time zones in one click"입니다.
확장 프로그램 스크린샷
Worldtime 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension inspired by http://www.worldtimebuddy.com/. It provides information about time of the day in different locations in very convenient way. As a data source it uses most recent version of IANA time zones database http://www.iana.org/time-zones provided by momentjs timezone library (http://momentjs.com/timezone/), it accounts daylight saving time in different regions. Features: - show active DST for different regions (if available) - show UTC offset - export to .ICS file which could be opened in outlook - export directly into your google calendar - copy schedule into the clipboard - theme customisation (light/dark, colors) v1.4.184 - removed unused permissions v1.4.179 - updated timezone db to 2018d version v1.4.150 - added map timezone selector - fixed several issues v1.4.141 - added lookup by UTC offset value (when add new timelines) - added displaying timezone abbreviation if available v1.4.105 - fixed scroll issue - updated all styles - updated timezones db - supported theming - supported dark theme - fixed displaying of fractional timezone offset - added possibility to scroll timelines horizontally v1.2.30 - fixed bug with adding new timeline when only one timeline is presented - added 'reset to defaults' button to clear settings - removed unnecessary permission v1.1.21 - fixed bug with initialization v1.1.19 - fixed bug with dislaying DST flag v1.1.15 - bug fixes v1.1.13 - extended clickable area for range selector v1.1.10 - start of selected range is set to current time by default - extended clickable area for range selector
확장 프로그램 기본 정보
이름 | |
ID | ibnegikgmnfnmljianjgnhhlcabonobd |
공식 URL | https://chromewebstore.google.com/detail/worldtime/ibnegikgmnfnmljianjgnhhlcabonobd |
설명 | All time zones in one click |
파일 크기 | 833 KB |
설치 횟수 | 8,000 |
현재 버전 | 1.4.184 |
최근 업데이트 | 2021-04-17 |
출시 날짜 | 2019-05-17 |
평점 | 4.70/5 총 27 개의 평점 |
개발자 | https://le0michine.github.io/worldtime-extension |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://le0michine.github.io/worldtime-extension/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Worldtime", "description": "All time zones in one click", "version": "1.4.184", "options_page": "options.html", "browser_action": { "default_icon": "icons\/icon_19.png", "default_popup": "index.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "permissions": [ "clipboardWrite" ] } |