Baseball Front Page

An informational landing page for your favorite baseball team.

什麼是Baseball Front Page?

Baseball Front Page是由mpurgatori開發的Chrome擴展程式,該擴展的主要功能是“An informational landing page for your favorite baseball team.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Baseball Front Page擴展crx文件

下載Baseball Front Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Baseball Front Page Baseball Front Page
ID ihfjodphobpigikknkonnbjcnchnfefn
官方網址 https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn
簡介 An informational landing page for your favorite baseball team.
檔案大小 3.05 MB
安裝次數 33
目前版本 1.4
更新時間 2017-05-06
上架時間 2017-05-06
評分 5.00/5 共 2 次評分
開發者 mpurgatori
付費類型 free
支援的語言 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"
    }
}