FRC Search

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

Was ist FRC Search?

FRC Search ist eine Chrome-Erweiterung, die von WoXy-Sensei entwickelt wurde, und ihr Hauptmerkmal ist "FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.".

Erweiterungsscreenshots

screenshot
screenshot

FRC Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie FRC Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name FRC Search FRC Search
ID fibjbcbjcbhjbibaihgfpenghaebjoaf
Offizielle URL https://chromewebstore.google.com/detail/frc-search/fibjbcbjcbhjbibaihgfpenghaebjoaf
Beschreibung FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.
Dateigröße 27.91 KB
Installationsanzahl 57
Aktuelle Version 1.0.2
Letztes Update 2024-01-12
Veröffentlichungsdatum 2023-11-29
Bewertung 5.00/5 Insgesamt 19 Bewertungen
Entwickler WoXy-Sensei
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://bardiaramez.net/
URL der Datenschutzrichtlinien-Seite https://www.privacypolicygenerator.info/live.php?token=a5zxMGCh77Cb4F3l1ijJoK6bW529d9hB
Unterstützte Sprachen 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"
    }
}