Local Time - Automatic Time Zone Converter
Automatically converts and replaces time in the websites you visit by your local time.
Local Time - Automatic Time Zone Converter란 무엇입니까?
Local Time - Automatic Time Zone Converter은(는) https://www.xhevi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically converts and replaces time in the websites you visit by your local time."입니다.
확장 프로그램 스크린샷
Local Time - Automatic Time Zone Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will try to automatically detect, convert and replace any time shown on the webpages you visit with your local time. Normally you need to copy the time, paste it on google, or other third-party website to convert the time, which sucks. With this extensions, you don't need to do anything, the converted time, just shows in-place, instead of the original one. Also you don't need to set-up anything beforehand, it's automatic. Currently the extension support mostly US time conversion to your local time, but more timezones will be added soon. Also we plan to add an option to show back the original time when you click on the replaced time. Please expect common updates of the extensions allowing for it improvement soon. This extension does not add any icons to your browser. Go to Chrome Options - Tools - Extensions menu and find Local Time.
확장 프로그램 기본 정보
이름 | Local Time - Automatic Time Zone Converter |
ID | jkmnfhflkgcekodgohnkcmecndbghigp |
공식 URL | https://chromewebstore.google.com/detail/local-time-automatic-time/jkmnfhflkgcekodgohnkcmecndbghigp |
설명 | Automatically converts and replaces time in the websites you visit by your local time. |
파일 크기 | 132 KB |
설치 횟수 | 1,431 |
현재 버전 | 0.5 |
최근 업데이트 | 2022-04-01 |
출시 날짜 | 2016-02-08 |
평점 | 4.31/5 총 36 개의 평점 |
개발자 | https://www.xhevi.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,fr,vi,tr,es,it,cs,el,ru,iw,hi,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.5", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.2.min.js", "date.js", "jquery.ba-replacetext.js", "mytime.js" ] } ], "permissions": [], "background": { "scripts": [ "eventpage.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |