FRC Kickoff Countdown
Start every new tab with a countdown to the next FRC Kickoff!
FRC Kickoff Countdown란 무엇입니까?
FRC Kickoff Countdown은(는) https://deniosoftware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start every new tab with a countdown to the next FRC Kickoff!"입니다.
확장 프로그램 스크린샷
FRC Kickoff Countdown 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Start every new tab with a countdown to the next FRC Kickoff! This extension is simple, and to the point. No data-stealing here! Kickoff Countdown is open source here: https://github.com/cjdenio/frc-kickoff-countdown FRC, or FIRST Robotics Competition, is a high-school robotics program focusing on readying students for real-world careers. You can learn more about FIRST here: https://www.firstinspires.org/robotics/frc Disclaimer: Aside from being on an FRC team, I'm not affiliated with FIRST or FRC in any way.
확장 프로그램 기본 정보
이름 | FRC Kickoff Countdown |
ID | jnjbaelllbbkndohngaafdmlpljhgije |
공식 URL | https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije |
설명 | Start every new tab with a countdown to the next FRC Kickoff! |
파일 크기 | 1.62 MB |
설치 횟수 | 56 |
현재 버전 | 2020.1 |
최근 업데이트 | 2019-10-11 |
출시 날짜 | 2019-10-11 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://deniosoftware.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://calebdenio.me/frc-kickoff-countdown |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FRC Kickoff Countdown", "description": "Start every new tab with a countdown to the next FRC Kickoff!", "version": "2020.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "512": "icon_512.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": [] } |