FRC Kickoff Countdown
Start every new tab with a countdown to the next FRC Kickoff!
Qu'est-ce que FRC Kickoff Countdown ?
FRC Kickoff Countdown est une extension Chrome développée par https://deniosoftware.com, et sa fonction principale est "Start every new tab with a countdown to the next FRC Kickoff!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FRC Kickoff Countdown
Téléchargez les fichiers d'extension FRC Kickoff Countdown 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
Start every new tab with a countdown to the next FRC Kickoff! This extension is simple, and to the point. No data-stealing here! Kickoff Countdown is open source here: https://github.com/cjdenio/frc-kickoff-countdown FRC, or FIRST Robotics Competition, is a high-school robotics program focusing on readying students for real-world careers. You can learn more about FIRST here: https://www.firstinspires.org/robotics/frc Disclaimer: Aside from being on an FRC team, I'm not affiliated with FIRST or FRC in any way.
Informations de Base sur l'Extension
Nom | FRC Kickoff Countdown |
ID | jnjbaelllbbkndohngaafdmlpljhgije |
URL Officiel | https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije |
Description | Start every new tab with a countdown to the next FRC Kickoff! |
Taille du Fichier | 1.62 MB |
Nombre d'Installations | 56 |
Version Actuelle | 2020.1 |
Dernière Mise à Jour | 2019-10-11 |
Date de Publication | 2019-10-11 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://deniosoftware.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://calebdenio.me/frc-kickoff-countdown |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FRC Kickoff Countdown", "description": "Start every new tab with a countdown to the next FRC Kickoff!", "version": "2020.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "512": "icon_512.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": [] } |