VR Dashboard I.T.Y.C.
Monitor boat position & call virtual sailor weather router
VR Dashboard I.T.Y.C.とは何ですか?
VR Dashboard I.T.Y.C.はhttps://ityc.frによって開発されたChromeの拡張機能で、その主な機能は「Monitor boat position & call virtual sailor weather router」です。
拡張機能のスクリーンショット
VR Dashboard I.T.Y.C.拡張機能のCRXファイルをダウンロード
VR Dashboard I.T.Y.C.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Surveillez les informations de navigation de e-boat sur Virtual Regatta Offshore de manière précise! Disposez en plus d'un panel d outil pour vous aider à prendre les bonnes décisions !
拡張機能の基本情報
名前 | VR Dashboard I.T.Y.C. |
ID | mhgineegmgpjljjpmocmnlaonmegjkdg |
公式URL | https://chromewebstore.google.com/detail/vr-dashboard-ityc/mhgineegmgpjljjpmocmnlaonmegjkdg |
説明 | Monitor boat position & call virtual sailor weather router |
ファイルサイズ | 25.68 MB |
インストール数 | 2,483 |
現在のバージョン | 1.2.5 |
最終更新日 | 2024-01-09 |
公開日 | 2022-11-06 |
評価 | 4.75/5 合計 8 レビュー |
開発者 | https://ityc.fr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.ityc.fr/dash.html |
ヘルプページのURL | https://www.ityc.fr/aide_dash.html |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VR Dashboard I.T.Y.C.", "short_name": "VR Dashboard I.T.Y.C.", "description": "Monitor boat position & call virtual sailor weather router", "version": "1.2.5", "permissions": [ "tabs", "storage", "activeTab", "scripting", "declarativeContent", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.virtualregatta.com\/*", "*:\/\/*.ityc.fr\/*", "*:\/\/*.openstreetmap.org\/*", "http:\/\/server.arcgisonline.com\/ArcGIS\/rest\/services\/World_Imagery\/MapServer\/tile\/", "https:\/\/routage.vrzen.org\/*", "http:\/\/zezo.org\/*", "http:\/\/localhost:8081\/nmea\/*", "http:\/\/localhost:8082\/nmea\/*", "http:\/\/localhost:8083\/nmea\/*", "http:\/\/localhost:8084\/nmea\/*" ], "background": { "service_worker": ".\/js\/background.js" }, "action": { "default_icon": { "128": "icon_grey.png" }, "default_title": "I.T.Y.C. Dashboard" }, "content_scripts": [ { "matches": [ "https:\/\/www.virtualregatta.com\/*\/offshore-*\/*", "https:\/\/www.virtualregatta.com\/*\/offshore-*-iframe\/*" ], "js": [ ".\/js\/addResume2.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.virtualregatta.com\/*\/offshore-*\/*", "https:\/\/www.virtualregatta.com\/*\/offshore-*-iframe\/*" ], "run_at": "document_end", "css": [ ".\/css\/content.css" ] } ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "listener.js" ], "matches": [ " |