Bart Commuter

This extension lets a bart user know when his train will arrive

Bart Commuter क्या है?

Bart Commuter shendudewang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets a bart user know when his train will arrive"।

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

screenshot

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

crx प्रारूप में Bart Commuter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Info at your fingertips with just one click! This app shows upcoming departure times for BART trains from your station. Includes user-customizable departure stations and routes. Set it up once and forget it. ONLY supports California's BART system.

Bart Commuter features:
-Fetches live BART data
-Track up to two departures (round-trip scheduling is a breeze)
-Filterable routes
-Saved settings are google synced to the user
-Tooltips give route info
-Easy to use color-coded interface

To configure:
1.Right click Bart Commuter button, select options
2.Select a departure station for Trip 1
2.5.Optionally enable Trip 2 by clicking grayed out box below Trip 1
3.Select desired routes (note: not all lines run at all times)
4.Press save

To use:
1.Click button to see when trains are leaving at your stop
2.Hover mouse over times to see detailed train info

Changelog:
1.11: Bugfixes
1.12: Changed wording on options page
1.13: Removed some permissions

github: https://github.com/shendude/bart-commuter                    

एक्सटेंशन की मूल जानकारी

नाम Bart Commuter Bart Commuter
ID afkmlnblnbgncdccljkdcjgaihnhmcbk
आधिकारिक URL https://chromewebstore.google.com/detail/bart-commuter/afkmlnblnbgncdccljkdcjgaihnhmcbk
विवरण This extension lets a bart user know when his train will arrive
फ़ाइल का आकार 66.3 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.13
अंतिम अपडेट 2016-07-14
प्रकाशन तिथि 2016-07-14
डेवलपर shendudewang
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bart Commuter",
    "description": "This extension lets a bart user know when his train will arrive",
    "version": "1.13",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "system-map.gif"
    ]
}