Next Bus Away - Seattle

Gets the next arrival time for a given bus using OneBusAway api

Qu'est-ce que Next Bus Away - Seattle ?

Next Bus Away - Seattle est une extension Chrome développée par santy, et sa fonction principale est "Gets the next arrival time for a given bus using OneBusAway api".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Next Bus Away - Seattle

Téléchargez les fichiers d'extension Next Bus Away - Seattle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Next Bus Away - Seattle Next Bus Away - Seattle
ID lodiaegcemdegfpldfcdfklldljjkooi
URL Officiel https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi
Description Gets the next arrival time for a given bus using OneBusAway api
Taille du Fichier 275 KB
Nombre d'Installations 61
Version Actuelle 0.10
Dernière Mise à Jour 2015-08-28
Date de Publication 2015-08-28
Évaluation 3.00/5 Total 4 Évaluations
Développeur santy
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}