Baseball Front Page

An informational landing page for your favorite baseball team.

Baseball Front Pageคืออะไร?

Baseball Front Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mpurgatori และคุณลักษณะหลักของมันคือ "An informational landing page for your favorite baseball team."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Baseball Front Page

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}