Next Bus

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

Next Bus क्या है?

Next Bus nkapliev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay in touch with your next bus! And next train. Free and open-source."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Next Bus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}