Next Bus Away - Seattle
Gets the next arrival time for a given bus using OneBusAway api
Next Bus Away - Seattle क्या है?
Next Bus Away - Seattle santy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gets the next arrival time for a given bus using OneBusAway api"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Next Bus Away - Seattle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |