Transit Schedules

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

O que é Transit Schedules?

Transit Schedules é uma extensão do Chrome desenvolvida por Transit Schedules, e sua principal característica é "Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Transit Schedules

Baixe arquivos de extensão Transit Schedules no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Transit Schedules Transit Schedules
ID dcchknlbddobifongmdiomhboikhebmk
URL Oficial https://chromewebstore.google.com/detail/transit-schedules/dcchknlbddobifongmdiomhboikhebmk
Descrição Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.
Tamanho do Arquivo 1.06 MB
Contagem de Instalações 49,075
Versão Atual 1.0.4
Última Atualização 2023-01-10
Data de Publicação 2022-06-05
Classificação 1.00/5 Total de 8 Avaliações
Desenvolvedor Transit Schedules
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://transitschedules.net/privacy.html
Idiomas Suportados 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'"
    }
}