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ファイルをダウンロード
Local Time - Automatic Time Zone Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |