FRC Kickoff Countdown

Start every new tab with a countdown to the next FRC Kickoff!

Wat is FRC Kickoff Countdown?

FRC Kickoff Countdown is een Chrome-extensie ontwikkeld door https://deniosoftware.com, en de belangrijkste functie is "Start every new tab with a countdown to the next FRC Kickoff!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FRC Kickoff Countdown

Download FRC Kickoff Countdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FRC Kickoff Countdown FRC Kickoff Countdown
ID jnjbaelllbbkndohngaafdmlpljhgije
Officiële URL https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije
Beschrijving Start every new tab with a countdown to the next FRC Kickoff!
Bestandsgrootte 1.62 MB
Aantal Installaties 56
Huidige Versie 2020.1
Laatst Bijgewerkt 2019-10-11
Publicatiedatum 2019-10-11
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://deniosoftware.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://calebdenio.me/frc-kickoff-countdown
Ondersteunde Talen 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": []
}