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

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

확장 프로그램 사용 설명서

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