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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep up to date with the latest match scores and seeding positions for FRC teams."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FRC Team Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}