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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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. VR Dashboard I.T.Y.C.
ID mhgineegmgpjljjpmocmnlaonmegjkdg
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.virtualregatta.com\/*\/offshore-*\/*",
            "https:\/\/www.virtualregatta.com\/*\/offshore-*-iframe\/*"
        ]
    }
}