Baseball Front Page

An informational landing page for your favorite baseball team.

Apa itu Baseball Front Page?

Baseball Front Page adalah ekstensi Chrome yang dikembangkan oleh mpurgatori, dan fitur utamanya adalah "An informational landing page for your favorite baseball team.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Baseball Front Page

Unduh file ekstensi Baseball Front Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Baseball Front Page Baseball Front Page
ID ihfjodphobpigikknkonnbjcnchnfefn
URL Resmi https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn
Deskripsi An informational landing page for your favorite baseball team.
Ukuran File 3.05 MB
Jumlah Instalasi 33
Versi Saat Ini 1.4
Terakhir Diperbarui 2017-05-06
Tanggal Publikasi 2017-05-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang mpurgatori
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}