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によって開発されたChromeの拡張機能で、その主な機能は「Gets the next arrival time for a given bus using OneBusAway api」です。

拡張機能のスクリーンショット

screenshot

Next Bus Away - Seattle拡張機能のCRXファイルをダウンロード

Next Bus Away - Seattle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Next Bus Away - Seattle Next Bus Away - Seattle
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
Eメール [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"
}