Baseball Front Page

An informational landing page for your favorite baseball team.

O que é Baseball Front Page?

Baseball Front Page é uma extensão do Chrome desenvolvida por mpurgatori, e sua principal característica é "An informational landing page for your favorite baseball team.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Baseball Front Page

Baixe arquivos de extensão Baseball Front Page 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

                        Select your favorite MLB team and always have the latest game results in your new chrome tabs. See previous and next/current game results with links to MLB recaps and previews.                    

Informações Básicas da Extensão

Nome Baseball Front Page Baseball Front Page
ID ihfjodphobpigikknkonnbjcnchnfefn
URL Oficial https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn
Descrição An informational landing page for your favorite baseball team.
Tamanho do Arquivo 3.05 MB
Contagem de Instalações 33
Versão Atual 1.4
Última Atualização 2017-05-06
Data de Publicação 2017-05-06
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor mpurgatori
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Baseball Front Page",
    "version": "1.4",
    "description": "An informational landing page for your favorite baseball team.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png",
        "144": "icon144.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "front_page.js"
        ]
    },
    "browser_action": {
        "default_title": "Baseball Front Page"
    },
    "permissions": [
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}