Transit Schedules

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

Cos'è Transit Schedules?

Transit Schedules è un'estensione di Chrome sviluppata da Transit Schedules, e la sua funzione principale è "Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Transit Schedules

Scarica i file di estensione Transit Schedules in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Transit Schedules Transit Schedules
ID dcchknlbddobifongmdiomhboikhebmk
URL Ufficiale https://chromewebstore.google.com/detail/transit-schedules/dcchknlbddobifongmdiomhboikhebmk
Descrizione Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.
Dimensione del File 1.06 MB
Conteggio Installazioni 49,075
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-01-10
Data di Pubblicazione 2022-06-05
Valutazione 1.00/5 Totale 8 Valutazioni
Sviluppatore Transit Schedules
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://transitschedules.net/privacy.html
Lingue Supportate 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'"
    }
}