Scoreboard Tab

Scoreboard Tab

什麼是Scoreboard Tab?

Scoreboard Tab是由2050開發的Chrome擴展程式,該擴展的主要功能是“Scoreboard Tab”。

擴展截圖

screenshot

下載Scoreboard Tab擴展crx文件

下載Scoreboard Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Scoreboard brings you scores from NFL Football, NBA Basketball, NCAA Basketball, MLB Baseball, NCAA Football, NHL Hockey, WNBA Basketball, English Premier League Soccer, La Liga Soccer, Champions League Soccer, PGA Golf and every major league and competition.

By clicking "Add to chrome", I accept and agree to installing the Scoreboard Tab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Bing.

Privacy Policy: https://2050.one/privacy

Terms of Service: https://2050.one/terms

With Scoreboard, you get live views of every game in every new tab. You can see the latest scores for the sport you care about. You’ll have the ability to instantly see live scores from around all of the sports leagues and the ability to search the web right within your new tab window.

Need help or have feedback for us? Reach out to us at [email protected]                    

擴展基本資訊

名稱 Scoreboard Tab Scoreboard Tab
ID elliobefeadmmenpfifkkjgllehfaomo
官方網址 https://chromewebstore.google.com/detail/scoreboard-tab/elliobefeadmmenpfifkkjgllehfaomo
簡介 Scoreboard Tab
檔案大小 161 KB
安裝次數 10,000
目前版本 0.0.8
更新時間 2023-09-04
上架時間 2021-08-28
評分 4.17/5 共 6 次評分
開發者 2050
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://2050.one/privacy
支援的語言 en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "iframe.html"
    },
    "action": {
        "default_title": "Scoreboard Tab -Click Search",
        "default_icon": {
            "16": ".\/img\/16.png",
            "128": ".\/img\/128.png"
        }
    },
    "manifest_version": 3,
    "icons": {
        "16": ".\/img\/16.png",
        "128": ".\/img\/128.png"
    },
    "name": "Scoreboard Tab",
    "background": {
        "service_worker": "background.js"
    },
    "short_name": "Scoreboard",
    "description": "Scoreboard Tab",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.8"
}