Baseball Front Page

An informational landing page for your favorite baseball team.

Baseball Front Page là gì?

Baseball Front Page là một tiện ích mở rộng Chrome được phát triển bởi mpurgatori, và tính năng chính của nó là "An informational landing page for your favorite baseball team.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Baseball Front Page

Tải xuống các tệp mở rộng Baseball Front Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Baseball Front Page Baseball Front Page
ID ihfjodphobpigikknkonnbjcnchnfefn
URL Chính Thức https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn
Mô tả An informational landing page for your favorite baseball team.
Kích Thước Tệp 3.05 MB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-05-06
Ngày Phát Hành 2017-05-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mpurgatori
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}