OmniBus Reisplanner
Plan je reis met het OV vanuit de adresbalk.
Co to jest OmniBus Reisplanner?
OmniBus Reisplanner to rozszerzenie Chrome opracowane przez dimaba, a jego główną funkcją jest „Plan je reis met het OV vanuit de adresbalk.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OmniBus Reisplanner
Pobierz pliki rozszerzeń OmniBus Reisplanner 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
Plan je reis via 9292ov.nl, vanuit de adresbalk van Chrome. Je typet je route en vertrektijd in de adresbalk, drukt op enter, en krijgt gelijk reisadvies op 9292ov.nl. Stap 1: Type '9292' in je adresbalk en druk op spatie of TAB. Dit activeert de OmniBus extensie. Stap 2: Type je reisplan (bijvoorbeeld 'van: Groningen naar: Amsterdam Centraal op: 18 mei om: 10 uur 33') in je adresbalk en druk op enter. Dat is alles! Je wordt direct doorgestuurd naar je reisadvies op 9292ov.nl. Meer informatie vind je op https://github.com/dimaba/ovextensie
Podstawowe informacje o rozszerzeniu
Nazwa | OmniBus Reisplanner |
ID | dcgfkjcgojkdgaanhllndmnehofobddj |
Oficjalny URL | https://chromewebstore.google.com/detail/omnibus-reisplanner/dcgfkjcgojkdgaanhllndmnehofobddj |
Opis | Plan je reis met het OV vanuit de adresbalk. |
Rozmiar pliku | 6.11 KB |
Liczba instalacji | 120 |
Aktualna Wersja | 0.70 |
Ostatnia Aktualizacja | 2016-05-11 |
Data Publikacji | 2016-05-11 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | dimaba |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://dimaba.github.io/ovextensie/ |
Adres URL Strony Pomocy | http://dimaba.github.io/ovextensie/ |
Obsługiwane Języki | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OmniBus Reisplanner", "short_name": "OmniBus", "manifest_version": 2, "description": "Plan je reis met het OV vanuit de adresbalk.", "version": "0.70", "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "9292" }, "icons": { "16": "assets\/icon_16.png", "128": "assets\/icon_128.png" }, "permissions": [ "tabs" ], "offline_enabled": false } |