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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}