FRC New Tab
New Tab page to display information about a random FRC team.
Qu'est-ce que FRC New Tab ?
FRC New Tab est une extension Chrome développée par https://erikboesen.com, et sa fonction principale est "New Tab page to display information about a random FRC team.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FRC New Tab
Téléchargez les fichiers d'extension FRC New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | FRC New Tab |
ID | agmoglelphhinnadfmbfodhkdagibkop |
URL Officiel | https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop |
Description | New Tab page to display information about a random FRC team. |
Taille du Fichier | 8.33 MB |
Nombre d'Installations | 192 |
Version Actuelle | 1.6.5 |
Dernière Mise à Jour | 2018-12-05 |
Date de Publication | 2018-12-05 |
Évaluation | 5.00/5 Total 11 Évaluations |
Développeur | https://erikboesen.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |