O'Splits
View orienteering results as you never did before!
O que é O'Splits?
O'Splits é uma extensão do Chrome desenvolvida por Jan Vorwerk, e sua principal característica é "View orienteering results as you never did before!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão O'Splits
Baixe arquivos de extensão O'Splits no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kfnlllbjdagblbcdnmghcljobdlaoaii |
URL Oficial | https://chrome.google.com/webstore/detail/osplits/kfnlllbjdagblbcdnmghcljobdlaoaii |
Descrição | View orienteering results as you never did before! |
Tamanho do Arquivo | 50.38 KB |
Contagem de Instalações | 139 |
Versão Atual | 0.20 |
Última Atualização | 2014-12-11 |
Data de Publicação | 2014-12-11 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | Jan Vorwerk |
Tipo de Pagamento | free |
Site da Extensão | https://plus.google.com/u/0/105295665204231529031 |
Idiomas Suportados | 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:\/\/*\/" ] } |