Time Converter List
This extension will convert time from one time zone to another and show in list
Time Converter Listとは何ですか?
Time Converter Listはbabishshresthaによって開発されたChromeの拡張機能で、その主な機能は「This extension will convert time from one time zone to another and show in list」です。
拡張機能のスクリーンショット
Time Converter List拡張機能のCRXファイルをダウンロード
Time Converter List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This will provide a list comparing corresponding times from different selected timezone.
拡張機能の基本情報
名前 | |
ID | oaopihpjhekjkdklbfcjocjfddejjnbi |
公式URL | https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi |
説明 | This extension will convert time from one time zone to another and show in list |
ファイルサイズ | 34.53 KB |
インストール数 | 25 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-05-18 |
公開日 | 2016-05-18 |
開発者 | babishshrestha |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Converter List", "description": "This extension will convert time from one time zone to another and show in list", "version": "1.0.0", "browser_action": { "default_icon": "icon.png", "default_title": "Timezone Converter List", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |