FRC Search
FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.
O que é FRC Search?
FRC Search é uma extensão do Chrome desenvolvida por WoXy-Sensei, e sua principal característica é "FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FRC Search
Baixe arquivos de extensão FRC Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | FRC Search |
ID | fibjbcbjcbhjbibaihgfpenghaebjoaf |
URL Oficial | https://chromewebstore.google.com/detail/frc-search/fibjbcbjcbhjbibaihgfpenghaebjoaf |
Descrição | FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser. |
Tamanho do Arquivo | 27.91 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.0.2 |
Última Atualização | 2024-01-12 |
Data de Publicação | 2023-11-29 |
Classificação | 5.00/5 Total de 19 Avaliações |
Desenvolvedor | WoXy-Sensei |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://bardiaramez.net/ |
URL da Página de Política de Privacidade | https://www.privacypolicygenerator.info/live.php?token=a5zxMGCh77Cb4F3l1ijJoK6bW529d9hB |
Idiomas Suportados | 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" } } |