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"입니다.
확장 프로그램 스크린샷
Next Bus Away - Seattle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |