Baseball Front Page

An informational landing page for your favorite baseball team.

Cos'è Baseball Front Page?

Baseball Front Page è un'estensione di Chrome sviluppata da mpurgatori, e la sua funzione principale è "An informational landing page for your favorite baseball team.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Baseball Front Page

Scarica i file di estensione Baseball Front Page 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Baseball Front Page Baseball Front Page
ID ihfjodphobpigikknkonnbjcnchnfefn
URL Ufficiale https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn
Descrizione An informational landing page for your favorite baseball team.
Dimensione del File 3.05 MB
Conteggio Installazioni 33
Versione Corrente 1.4
Ultimo Aggiornamento 2017-05-06
Data di Pubblicazione 2017-05-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore mpurgatori
Tipo di Pagamento free
Lingue Supportate 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"
    }
}