FRC New Tab
New Tab page to display information about a random FRC team.
What is FRC New Tab?
FRC New Tab is a Chrome extension developed by https://erikboesen.com, and its main feature is "New Tab page to display information about a random FRC team.".
Extension Screenshots
Download FRC New Tab Extension CRX File
Download FRC New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | FRC New Tab |
ID | agmoglelphhinnadfmbfodhkdagibkop |
Official URL | https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop |
Description | New Tab page to display information about a random FRC team. |
File Size | 8.33 MB |
Installation Count | 192 |
Current Version | 1.6.5 |
Last Updated | 2018-12-05 |
Publish Date | 2018-12-05 |
Rating | 5.00/5 Total 11 Ratings |
Developer | https://erikboesen.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |