OmniBus Reisplanner
Plan je reis met het OV vanuit de adresbalk.
What is OmniBus Reisplanner?
OmniBus Reisplanner is a Chrome extension developed by dimaba, and its main feature is "Plan je reis met het OV vanuit de adresbalk.".
Extension Screenshots
Download OmniBus Reisplanner Extension CRX File
Download OmniBus Reisplanner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | OmniBus Reisplanner |
ID | dcgfkjcgojkdgaanhllndmnehofobddj |
Official URL | https://chromewebstore.google.com/detail/omnibus-reisplanner/dcgfkjcgojkdgaanhllndmnehofobddj |
Description | Plan je reis met het OV vanuit de adresbalk. |
File Size | 6.11 KB |
Installation Count | 120 |
Current Version | 0.70 |
Last Updated | 2016-05-11 |
Publish Date | 2016-05-11 |
Rating | 4.20/5 Total 5 Ratings |
Developer | dimaba |
[email protected] | |
Payment Type | free |
Extension Website | http://dimaba.github.io/ovextensie/ |
Help Page URL | http://dimaba.github.io/ovextensie/ |
Supported Languages | 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 } |