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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FRC Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 FRC Search FRC Search
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"
    }
}