Baseball Front Page

An informational landing page for your favorite baseball team.

Wat is Baseball Front Page?

Baseball Front Page is een Chrome-extensie ontwikkeld door mpurgatori, en de belangrijkste functie is "An informational landing page for your favorite baseball team.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Baseball Front Page

Download Baseball Front Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Baseball Front Page Baseball Front Page
ID ihfjodphobpigikknkonnbjcnchnfefn
Officiële URL https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn
Beschrijving An informational landing page for your favorite baseball team.
Bestandsgrootte 3.05 MB
Aantal Installaties 33
Huidige Versie 1.4
Laatst Bijgewerkt 2017-05-06
Publicatiedatum 2017-05-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mpurgatori
Betalingswijze free
Ondersteunde Talen 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"
    }
}