Route zezo.org
Extract route for MonoRaces
Was ist Route zezo.org?
Route zezo.org ist eine Chrome-Erweiterung, die von GeGaX entwickelt wurde, und ihr Hauptmerkmal ist "Extract route for MonoRaces".
Erweiterungsscreenshots
Route zezo.org-Erweiterungs-CRX-Datei herunterladen
Laden Sie Route zezo.org-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Allows extraction of the route zezo.org
v.2.2.1 : Move TWS color for foil to STW, Change sail color, Add decimals for ATWA/ABTW values, Clean code
v.2.2 : Forget popup.css (sorry)
v2.1 : Local Time, GPS coordinates of points, GPX, header fixed / scroll table
v2.0: New icon, Local Time, Trigo Calc ATWA/ABTW.
v1.9.1 : bug (myself, sorry).
v1.9 : Modification px for popup.html.
v1.8 : Add Timezone.
v1.7 : Modification foil range and Correction bug BTWm.
v1.6 : Add version in popup.html.
v1.5 : Modification for foil (TWS/TWA Merge).
v1.4 : Add TWS color for foil.
v1.3 : Modification for Timezone (CEST / CET).
v1.2 : Modification Manifest.json for URL (sail.zezo.org / zezo.org).
v1.1 : Add TWAm / BTWm.
v1.0 : First release (MonoRace). Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dcgkemofanbgjhnbmjjfomcgdkmobhgi |
| Offizielle URL | https://chromewebstore.google.com/detail/route-zezoorg/dcgkemofanbgjhnbmjjfomcgdkmobhgi |
| Beschreibung | Extract route for MonoRaces |
| Dateigröße | 103 KB |
| Installationsanzahl | 3,885 |
| Aktuelle Version | 2.2.1 |
| Letztes Update | 2019-05-01 |
| Veröffentlichungsdatum | 2019-05-01 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | GeGaX |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Route zezo.org",
"description": "Extract route for MonoRaces",
"version": "2.2.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"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"
]
}
} | |