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文件

下载Next Bus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
    ]
}