FRC Team Tracker
Keep up to date with the latest match scores and seeding positions for FRC teams.
ما هو FRC Team Tracker؟
FRC Team Tracker هو إضافة Chrome تم تطويرها بواسطة John Muchynski، والميزة الرئيسية لها هي "Keep up to date with the latest match scores and seeding positions for FRC teams.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FRC Team Tracker
قم بتنزيل ملفات الامتداد FRC Team Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |