Route zezo.org

Extract route for MultiRaces

Route zezo.org란 무엇입니까?

Route zezo.org은(는) GeGaX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract route for MultiRaces"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Route zezo.org 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}