FRC New Tab
New Tab page to display information about a random FRC team.
Cos'è FRC New Tab?
FRC New Tab è un'estensione di Chrome sviluppata da https://erikboesen.com, e la sua funzione principale è "New Tab page to display information about a random FRC team.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FRC New Tab
Scarica i file di estensione FRC New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | agmoglelphhinnadfmbfodhkdagibkop |
| URL Ufficiale | https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop |
| Descrizione | New Tab page to display information about a random FRC team. |
| Dimensione del File | 8.33 MB |
| Conteggio Installazioni | 192 |
| Versione Corrente | 1.6.5 |
| Ultimo Aggiornamento | 2018-12-05 |
| Data di Pubblicazione | 2018-12-05 |
| Valutazione | 5.00/5 Totale 11 Valutazioni |
| Sviluppatore | https://erikboesen.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
} | |