FRC Kickoff Countdown
Start every new tab with a countdown to the next FRC Kickoff!
Was ist FRC Kickoff Countdown?
FRC Kickoff Countdown ist eine Chrome-Erweiterung, die von https://deniosoftware.com entwickelt wurde, und ihr Hauptmerkmal ist "Start every new tab with a countdown to the next FRC Kickoff!".
Erweiterungsscreenshots
FRC Kickoff Countdown-Erweiterungs-CRX-Datei herunterladen
Laden Sie FRC Kickoff Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | FRC Kickoff Countdown |
ID | jnjbaelllbbkndohngaafdmlpljhgije |
Offizielle URL | https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije |
Beschreibung | Start every new tab with a countdown to the next FRC Kickoff! |
Dateigröße | 1.62 MB |
Installationsanzahl | 56 |
Aktuelle Version | 2020.1 |
Letztes Update | 2019-10-11 |
Veröffentlichungsdatum | 2019-10-11 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://deniosoftware.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://calebdenio.me/frc-kickoff-countdown |
Unterstützte Sprachen | 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": [] } |