Next Bus

Stay in touch with your next bus! And next train. Free and open-source.

Next Bus란 무엇입니까?

Next Bus은(는) nkapliev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay in touch with your next bus! And next train. Free and open-source."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Next Bus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Imagine your office.
Evening.
You are thinking about going home.
But waiting for a bus at a bus stop is so annoying/chilly/wetly.
Reading your favourite blog in cosy chair at warm office for another 7-10 minutes is a much better idea, isn't it?

Now you can arrive at the bus stop just in time to catch the next bus.
Welcome Amazing, Incredible and Outstanding!
Chrome Browser Extension that will help you to be always in touch with your next bus:

Next Bus

Features:
 • Real-time bus/train information for your stop
 • Ability to filter your favourite routes
 • Favorite bookmarks
 • Minimalistic native interface
 • Made with love 🖤

Available transports:
 • Dublin Buses
 • Irish Rails

You can add any bus/train/ferry API:
Next Bus is an open-source project and welcome for any help.
Look easy as hell how-to contribution guide at repository: https://github.com/nkapliev/next-bus

Use Next Bus — Stay in touch with your next bus!
And next train.                    

확장 프로그램 기본 정보

이름 Next Bus Next Bus
ID gihhhhnhnlinalnmkdfjbecdjnoelpid
공식 URL https://chrome.google.com/webstore/detail/next-bus/gihhhhnhnlinalnmkdfjbecdjnoelpid
설명 Stay in touch with your next bus! And next train. Free and open-source.
파일 크기 43.72 KB
설치 횟수 68
현재 버전 0.0.4
최근 업데이트 2017-05-20
출시 날짜 2017-05-20
평점 5.00/5 총 5 개의 평점
개발자 nkapliev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nkapliev/next-bus
도움말 페이지 URL https://github.com/nkapliev/next-bus
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Next Bus",
    "version": "0.0.4",
    "description": "Stay in touch with your next bus! And next train. Free and open-source.",
    "icons": {
        "16": "icons\/dublin_bus\/16.png",
        "24": "icons\/dublin_bus\/24.png",
        "32": "icons\/dublin_bus\/32.png",
        "48": "icons\/dublin_bus\/48.png",
        "128": "icons\/dublin_bus\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/dublin_bus\/16.png",
            "24": "icons\/dublin_bus\/24.png",
            "32": "icons\/dublin_bus\/32.png",
            "48": "icons\/dublin_bus\/48.png",
            "128": "icons\/dublin_bus\/128.png"
        },
        "default_title": "Next Bus",
        "default_popup": "popup.html"
    },
    "author": "Nikolai Kapliev [email protected]",
    "background": {
        "scripts": [
            "js\/dist\/background.js"
        ]
    },
    "homepage_url": "https:\/\/github.com\/nkapliev\/next-bus",
    "offline_enabled": false,
    "web_accessible_resources": [
        "js\/dist\/*.map"
    ],
    "permissions": [
        "https:\/\/data.dublinked.ie\/",
        "http:\/\/api.irishrail.ie\/"
    ]
}