Sports New Tab Page

Turns the New Tab Page for Chrome into a quick way to see what is going on in the NFL, NBA, MLB, and NHL. There are current games,…

什么是Sports New Tab Page?

Sports New Tab Page是由Oneiric Arts开发的Chrome扩展程序,该扩展的主要功能是“Turns the New Tab Page for Chrome into a quick way to see what is going on in the NFL, NBA, MLB, and NHL. There are current games,…”。

扩展截图

screenshot

下载Sports New Tab Page扩展crx文件

下载Sports New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Turns the New Tab Page for Chrome into a quick way to see what is going on in the NFL, NBA, MLB, and NHL. There are current games, live updating scores, standings, and more. 

THIS IS A BETA.

Open Source :)                    

扩展基本信息

名称 Sports New Tab Page Sports New Tab Page
ID cbdhcjkifbkbckpoejnakoekiheijpei
官方URL https://chromewebstore.google.com/detail/sports-new-tab-page/cbdhcjkifbkbckpoejnakoekiheijpei
简介 Turns the New Tab Page for Chrome into a quick way to see what is going on in the NFL, NBA, MLB, and NHL. There are current games,…
文件大小 467 KB
安装次数 163
当前版本 1.0.3
更新时间 2023-08-18
上架时间 2019-02-10
评分 4.50/5 共8次评分
开发者 Oneiric Arts
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sports New Tab Page",
    "version": "1.0.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "http:\/\/www.nfl.com\/",
        "http:\/\/*.nba.com\/*",
        "http:\/\/*.nhle.com\/*",
        "http:\/\/*.mlb.com\/*",
        "https:\/\/*.unsplash.com\/*",
        "topSites"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'"
}