Transit Schedules

Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.

Transit Schedulesとは何ですか?

Transit SchedulesはTransit Schedulesによって開発されたChromeの拡張機能で、その主な機能は「Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.」です。

拡張機能のスクリーンショット

screenshot

Transit Schedules拡張機能のCRXファイルをダウンロード

Transit Schedules拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Transit Schedules new tab features Transit Schedule search, Weather, Yahoo Web Search, Time/Date, & Custom Shortcuts.

The Installation of this extension will configure your New Tab Page to Transit Schedules. Transit Schedules extension is all you need to start browsing with quick access Transit Schedules & Web Search.

To get started, simply click Transit Schedules on your new Tab Page. Enter Starting & Ending locations and hit GO. View the quickest transit schedules for your departure time and location.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://transitschedules.net/pages/privacy.html
EULA: https://transitschedules.net/pages/eula.html

Uninstall Instructions: 
https://transitschedules.net/pages/uninstall.html                    

拡張機能の基本情報

名前 Transit Schedules Transit Schedules
ID dcchknlbddobifongmdiomhboikhebmk
公式URL https://chromewebstore.google.com/detail/transit-schedules/dcchknlbddobifongmdiomhboikhebmk
説明 Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.
ファイルサイズ 1.06 MB
インストール数 49,075
現在のバージョン 1.0.4
最終更新日 2023-01-10
公開日 2022-06-05
評価 1.00/5 合計 8 レビュー
開発者 Transit Schedules
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://transitschedules.net/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "manifest_version": 3,
    "short_name": "Transit Schedules",
    "description": "Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.",
    "name": "Transit Schedules",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}