Route zezo.org

Extract route for MultiRaces

ما هو Route zezo.org؟

Route zezo.org هو إضافة Chrome تم تطويرها بواسطة GeGaX، والميزة الرئيسية لها هي "Extract route for MultiRaces".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Route zezo.org

قم بتنزيل ملفات الامتداد Route zezo.org بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Allows extraction of the route zezo.org

v.3.2 : Move TWS color for foil to STW, Change sail color, Add decimals for ATWA/ABTW values, Clean code
v3.1 : Local Time, GPS coordinates of points, GPX, header fixed / scroll table
v3.0: New icon, Local Time, Trigo Calc ATWA/ABTW
v2.9.1 : bug (myself, sorry)
v2.9 : Modification px for popup.html
v2.8 : Add Timezone.
v2.7 : Modification foil range and Correction bug BTWm.
v2.6 : Add version in popup.html.
v2.5 : Modification for foil (TWS/TWA Merge).
v2.4 : Add TWS color for foil.
v2.3 : Modification for Timezone (CEST / CET).
v2.2 : Modification Manifest.json for URL (sail.zezo.org / zezo.org).
v2.1 : Add TWAm / BTWm.
v2.0 : First release (MultiRaces).                    

معلومات أساسية عن التمديد

الاسم Route zezo.org Route zezo.org
ID hfmdbddgjlicmflejkkoafbkdgnfggbg
عنوان URL الرسمي https://chromewebstore.google.com/detail/route-zezoorg/hfmdbddgjlicmflejkkoafbkdgnfggbg
الوصف Extract route for MultiRaces
حجم الملف 98.95 KB
عدد التثبيتات 7,584
النسخة الحالية 3.2
آخر تحديث 2019-05-01
تاريخ النشر 2019-05-01
تقييم 4.50/5 مجموع تقييمات 16
المطور GeGaX
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Route zezo.org",
    "description": "Extract route for MultiRaces",
    "version": "3.2",
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.zezo.org\/*\/chart.pl*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}