FRC Team Tracker

Keep up to date with the latest match scores and seeding positions for FRC teams.

FRC Team Trackerとは何ですか?

FRC Team TrackerはJohn Muchynskiによって開発されたChromeの拡張機能で、その主な機能は「Keep up to date with the latest match scores and seeding positions for FRC teams.」です。

拡張機能のスクリーンショット

screenshot

FRC Team Tracker拡張機能のCRXファイルをダウンロード

FRC Team Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you want to keep up to date with your favorite FIRST FRC robotics team without having to have leave a webcast on in your browser?

If so, this extension is for you. Just enter a team number, and a badge will appear showing you the current seeding position of the team in the qualification rounds. When the badge changes color to red, it means that your team has played it's next match, and clicking on the extension's icon will reveal the latest score for the team's alliance in italics, and the latest score for the opposing alliance normally. 

Note: This app is powered by The Blue Alliance, and as such the match results and seeding positions are not updated in real-time. The results are often subject to a delay a few minutes, although in some cases this delay may be longer.                    

拡張機能の基本情報

名前 FRC Team Tracker FRC Team Tracker
ID bfgoggpononceklpkhcaaieboembpbno
公式URL https://chromewebstore.google.com/detail/frc-team-tracker/bfgoggpononceklpkhcaaieboembpbno
説明 Keep up to date with the latest match scores and seeding positions for FRC teams.
ファイルサイズ 56.89 KB
インストール数 23
現在のバージョン 1.0.1
最終更新日 2016-07-01
公開日 2016-06-30
評価 4.00/5 合計 1 レビュー
開発者 John Muchynski
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FRC Team Tracker",
    "version": "1.0.1",
    "author": "John Muchynski",
    "description": "Keep up to date with the latest match scores and seeding positions for FRC teams.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/www.thebluealliance.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "FRC Team Tracker",
        "default_popup": "popup.html"
    }
}