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,…
Cos'è Sports New Tab Page?
Sports New Tab Page è un'estensione di Chrome sviluppata da Oneiric Arts, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Sports New Tab Page
Scarica i file di estensione Sports New Tab Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | Sports New Tab Page |
ID | cbdhcjkifbkbckpoejnakoekiheijpei |
URL Ufficiale | https://chromewebstore.google.com/detail/sports-new-tab-page/cbdhcjkifbkbckpoejnakoekiheijpei |
Descrizione | 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,… |
Dimensione del File | 467 KB |
Conteggio Installazioni | 163 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-08-18 |
Data di Pubblicazione | 2019-02-10 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | Oneiric Arts |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |