Next Bus Away - Seattle
Gets the next arrival time for a given bus using OneBusAway api
ما هو Next Bus Away - Seattle؟
Next Bus Away - Seattle هو إضافة Chrome تم تطويرها بواسطة santy، والميزة الرئيسية لها هي "Gets the next arrival time for a given bus using OneBusAway api".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Next Bus Away - Seattle
قم بتنزيل ملفات الامتداد Next Bus Away - Seattle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides a easy way to get the number of minutes to the given bus route at a given stop in Seattle. Features : -- • Click on the extension to refresh the next bus time. • Right click and select options to find out how to change route and bus stop. • Right click and select open in onebusaway.org to get to the bus stop on onebusaway.org -- Features planned for future updates - 1. A better options page to select bus stop and route.
معلومات أساسية عن التمديد
الاسم | |
ID | lodiaegcemdegfpldfcdfklldljjkooi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi |
الوصف | Gets the next arrival time for a given bus using OneBusAway api |
حجم الملف | 275 KB |
عدد التثبيتات | 61 |
النسخة الحالية | 0.10 |
آخر تحديث | 2015-08-28 |
تاريخ النشر | 2015-08-28 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | santy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Next Bus Away - Seattle", "description": "Gets the next arrival time for a given bus using OneBusAway api", "version": "0.10", "background": { "scripts": [ "jquery.js", "nextbus.js" ] }, "manifest_version": 2, "browser_action": { "default_icon": "nextbus.png" }, "icons": { "128": "nextbus.png" }, "permissions": [ "http:\/\/api.pugetsound.onebusaway.org\/api\/*", "storage", "contextMenus" ], "options_page": "options.html" } |