FRC Kickoff Countdown
Start every new tab with a countdown to the next FRC Kickoff!
What is FRC Kickoff Countdown?
FRC Kickoff Countdown is a Chrome extension developed by https://deniosoftware.com, and its main feature is "Start every new tab with a countdown to the next FRC Kickoff!".
Extension Screenshots
Download FRC Kickoff Countdown Extension CRX File
Download FRC Kickoff Countdown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FRC Kickoff Countdown |
ID | jnjbaelllbbkndohngaafdmlpljhgije |
Official URL | https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije |
Description | Start every new tab with a countdown to the next FRC Kickoff! |
File Size | 1.62 MB |
Installation Count | 56 |
Current Version | 2020.1 |
Last Updated | 2019-10-11 |
Publish Date | 2019-10-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://deniosoftware.com |
[email protected] | |
Payment Type | free |
Extension Website | https://calebdenio.me/frc-kickoff-countdown |
Supported Languages | 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": [] } |