FRC Search

FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.

Qu'est-ce que FRC Search ?

FRC Search est une extension Chrome développée par WoXy-Sensei, et sa fonction principale est "FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FRC Search

Téléchargez les fichiers d'extension FRC Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom FRC Search FRC Search
ID fibjbcbjcbhjbibaihgfpenghaebjoaf
URL Officiel https://chromewebstore.google.com/detail/frc-search/fibjbcbjcbhjbibaihgfpenghaebjoaf
Description FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.
Taille du Fichier 27.91 KB
Nombre d'Installations 57
Version Actuelle 1.0.2
Dernière Mise à Jour 2024-01-12
Date de Publication 2023-11-29
Évaluation 5.00/5 Total 19 Évaluations
Développeur WoXy-Sensei
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://bardiaramez.net/
URL de la Page de Politique de Confidentialité https://www.privacypolicygenerator.info/live.php?token=a5zxMGCh77Cb4F3l1ijJoK6bW529d9hB
Langues Prises en Charge 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"
    }
}