FRC Kickoff Countdown
Start every new tab with a countdown to the next FRC Kickoff!
Hvad er FRC Kickoff Countdown?
FRC Kickoff Countdown er en Chrome-udvidelse udviklet af https://deniosoftware.com, og dens hovedfunktion er "Start every new tab with a countdown to the next FRC Kickoff!".
Udvidelsesskærmbilleder
Download FRC Kickoff Countdown-udvidelses-CRX-fil
Download FRC Kickoff Countdown-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | FRC Kickoff Countdown |
ID | jnjbaelllbbkndohngaafdmlpljhgije |
Officiel URL | https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije |
Beskrivelse | Start every new tab with a countdown to the next FRC Kickoff! |
Filstørrelse | 1.62 MB |
Antal Installationer | 56 |
Nuværende Version | 2020.1 |
Senest Opdateret | 2019-10-11 |
Udgivelsesdato | 2019-10-11 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://deniosoftware.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://calebdenio.me/frc-kickoff-countdown |
Understøttede Sprog | 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": [] } |