FRC Kickoff Countdown

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

Cos'è FRC Kickoff Countdown?

FRC Kickoff Countdown è un'estensione di Chrome sviluppata da https://deniosoftware.com, e la sua funzione principale è "Start every new tab with a countdown to the next FRC Kickoff!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FRC Kickoff Countdown

Scarica i file di estensione FRC Kickoff Countdown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FRC Kickoff Countdown FRC Kickoff Countdown
ID jnjbaelllbbkndohngaafdmlpljhgije
URL Ufficiale https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije
Descrizione Start every new tab with a countdown to the next FRC Kickoff!
Dimensione del File 1.62 MB
Conteggio Installazioni 56
Versione Corrente 2020.1
Ultimo Aggiornamento 2019-10-11
Data di Pubblicazione 2019-10-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://deniosoftware.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://calebdenio.me/frc-kickoff-countdown
Lingue Supportate 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": []
}