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,…”。
擴展截圖
下載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 |
ID | cbdhcjkifbkbckpoejnakoekiheijpei |
官方網址 | 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'" } |