FRC New Tab
New Tab page to display information about a random FRC team.
Hvad er FRC New Tab?
FRC New Tab er en Chrome-udvidelse udviklet af https://erikboesen.com, og dens hovedfunktion er "New Tab page to display information about a random FRC team.".
Udvidelsesskærmbilleder
Download FRC New Tab-udvidelses-CRX-fil
Download FRC New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | agmoglelphhinnadfmbfodhkdagibkop |
| Officiel URL | https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop |
| Beskrivelse | New Tab page to display information about a random FRC team. |
| Filstørrelse | 8.33 MB |
| Antal Installationer | 192 |
| Nuværende Version | 1.6.5 |
| Senest Opdateret | 2018-12-05 |
| Udgivelsesdato | 2018-12-05 |
| Bedømmelse | 5.00/5 Samlet 11 Bedømmelser |
| Udvikler | https://erikboesen.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
}
} | |