FRC New Tab
New Tab page to display information about a random FRC team.
FRC New Tab란 무엇입니까?
FRC New Tab은(는) https://erikboesen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New Tab page to display information about a random FRC team."입니다.
확장 프로그램 스크린샷
FRC New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Display information about a random FIRST Robotics Competition team in your new tab! Or, display the current time as a team. Features: - Option to customize list of teams from which a random one is chosen, or keep it permanently on one - Clock Mode: the team will be shown which corresponds to the current time. - Hide or show team location and/or name - More features coming soon! This project is open source on GitHub! Contributions and improvements are VERY welcome! https://github.com/ErikBoesen/FRCNewTab
확장 프로그램 기본 정보
이름 | FRC New Tab |
ID | agmoglelphhinnadfmbfodhkdagibkop |
공식 URL | https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop |
설명 | New Tab page to display information about a random FRC team. |
파일 크기 | 8.33 MB |
설치 횟수 | 192 |
현재 버전 | 1.6.5 |
최근 업데이트 | 2018-12-05 |
출시 날짜 | 2018-12-05 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | https://erikboesen.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FRC New Tab", "short_name": "FRCNewTab", "description": "New Tab page to display information about a random FRC team.", "icons": { "128": "res\/img\/128.png" }, "version": "1.6.5", "chrome_url_overrides": { "newtab": "newtab.html" }, "applications": { "gecko": { "strict_min_version": "54.0" } }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true } } |