O'Splits
View orienteering results as you never did before!
Co to jest O'Splits?
O'Splits to rozszerzenie Chrome opracowane przez Jan Vorwerk, a jego główną funkcją jest „View orienteering results as you never did before!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia O'Splits
Pobierz pliki rozszerzeń O'Splits w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This is the early stage of an orienteering results viewer. In just one click you will beautify the results of your latest orienteering race and show graphs to analyze your mistakes. Works with results generated by both OE2003 and Geco (> v2.2) Privacy: Just as your browser, O'Splits needs to read the web sites you browse to in order to detect orienteering results and adapt the display if you choose to. However, the read information are never shared with anyone and does not even leave your computer.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kfnlllbjdagblbcdnmghcljobdlaoaii |
Oficjalny URL | https://chrome.google.com/webstore/detail/osplits/kfnlllbjdagblbcdnmghcljobdlaoaii |
Opis | View orienteering results as you never did before! |
Rozmiar pliku | 50.38 KB |
Liczba instalacji | 139 |
Aktualna Wersja | 0.20 |
Ostatnia Aktualizacja | 2014-12-11 |
Data Publikacji | 2014-12-11 |
Ocena | 4.83/5 Łącznie 6 Oceny |
Deweloper | Jan Vorwerk |
Typ Płatności | free |
Strona Rozszerzenia | https://plus.google.com/u/0/105295665204231529031 |
Obsługiwane Języki | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extensionFullName__", "short_name": "__MSG_extensionFullName__", "version": "0.20", "description": "__MSG_extensionDesc__", "icons": { "16": "\/icon\/icon16.png", "48": "\/icon\/icon48.png", "128": "\/icon\/icon128.png" }, "background": { "scripts": [ "\/js\/background.js" ] }, "page_action": { "default_icon": "\/icon\/icon48.png", "default_title": "__MSG_extensionFullName__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/js\/detector.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |