FRC Search
FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.
什么是FRC Search?
FRC Search是由WoXy-Sensei开发的Chrome扩展程序,该扩展的主要功能是“FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.”。
扩展截图
下载FRC Search扩展crx文件
下载FRC Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FRC Team Seach Extension 🤖🤖
This Chrome extension offers quick and easy access to information about FIRST Robotics Competition (FRC) teams. As soon as users input a team number, the extension automatically retrieves and presents details about the respective team.
Features:
Team Details: Upon entering an FRC team number, it promptly fetches comprehensive information about the team's past performance, awards earned, participated competitions, and more.
Blue Alliance Link: Facilitates easy access to the team's Blue Alliance profile, encompassing the team's past competitions, statistics, and event records.
Statbotics Link: Provides direct links to resources like Statbotics, enabling access to performance analyses and statistics of teams.
This user-friendly extension streamlines access to information for the FRC community, simplifying team analysis and information sharing. Input the team number and instantly explore detailed team insights! 扩展基本信息
| 名称 | |
| ID | fibjbcbjcbhjbibaihgfpenghaebjoaf |
| 官方URL | https://chromewebstore.google.com/detail/frc-search/fibjbcbjcbhjbibaihgfpenghaebjoaf |
| 简介 | FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser. |
| 文件大小 | 27.91 KB |
| 安装次数 | 57 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2024-01-12 |
| 上架时间 | 2023-11-29 |
| 评分 | 5.00/5 共19次评分 |
| 开发者 | WoXy-Sensei |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://bardiaramez.net/ |
| 隐私政策页面URL | https://www.privacypolicygenerator.info/live.php?token=a5zxMGCh77Cb4F3l1ijJoK6bW529d9hB |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FRC Search",
"version": "1.0.2",
"description": "FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.",
"author": "Bardia Ramez",
"website": "https:\/\/bardiaramez.net\/",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "FRC Search"
},
"icons": {
"16": ".\/assets\/img\/icon.png",
"32": ".\/assets\/img\/icon.png",
"48": ".\/assets\/img\/icon.png",
"128": ".\/assets\/img\/icon.png"
}
} | |