Forex Time
Find out forex market hours at a glance.
Forex Timeとは何ですか?
Forex Timeはpswaiによって開発されたChromeの拡張機能で、その主な機能は「Find out forex market hours at a glance.」です。
拡張機能のスクリーンショット
Forex Time拡張機能のCRXファイルをダウンロード
Forex Time拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find out the opening hours or popular forex markets instantly! Forex Time shows you the market hours and highlights the ones that are trading. Changing timezone is supported so you can view the hours with the timezone of your choice. Note: Forex Time does not take holidays into account at the moment.
拡張機能の基本情報
名前 | Forex Time |
ID | gopgambnmppfgfoahfandbpjdhcdpffg |
公式URL | https://chromewebstore.google.com/detail/forex-time/gopgambnmppfgfoahfandbpjdhcdpffg |
説明 | Find out forex market hours at a glance. |
ファイルサイズ | 2.87 MB |
インストール数 | 22,893 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-06-06 |
公開日 | 2018-09-06 |
評価 | 4.62/5 合計 34 レビュー |
開発者 | pswai |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Forex Time", "description": "Find out forex market hours at a glance.", "version": "1.0.2", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_icon": { "19": "icon-19.png", "38": "icon-38.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] } |