Baseball Front Page

An informational landing page for your favorite baseball team.

Was ist Baseball Front Page?

Baseball Front Page ist eine Chrome-Erweiterung, die von mpurgatori entwickelt wurde, und ihr Hauptmerkmal ist "An informational landing page for your favorite baseball team.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Baseball Front Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Baseball Front Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Baseball Front Page Baseball Front Page
ID ihfjodphobpigikknkonnbjcnchnfefn
Offizielle URL https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn
Beschreibung An informational landing page for your favorite baseball team.
Dateigröße 3.05 MB
Installationsanzahl 33
Aktuelle Version 1.4
Letztes Update 2017-05-06
Veröffentlichungsdatum 2017-05-06
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler mpurgatori
Zahlungsart free
Unterstützte Sprachen 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"
    }
}