FRC Kickoff Countdown

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

O que é FRC Kickoff Countdown?

FRC Kickoff Countdown é uma extensão do Chrome desenvolvida por https://deniosoftware.com, e sua principal característica é "Start every new tab with a countdown to the next FRC Kickoff!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FRC Kickoff Countdown

Baixe arquivos de extensão FRC Kickoff Countdown no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FRC Kickoff Countdown FRC Kickoff Countdown
ID jnjbaelllbbkndohngaafdmlpljhgije
URL Oficial https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije
Descrição Start every new tab with a countdown to the next FRC Kickoff!
Tamanho do Arquivo 1.62 MB
Contagem de Instalações 56
Versão Atual 2020.1
Última Atualização 2019-10-11
Data de Publicação 2019-10-11
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://deniosoftware.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://calebdenio.me/frc-kickoff-countdown
Idiomas Suportados 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": []
}