FRC Kickoff Countdown

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

Vad är FRC Kickoff Countdown?

FRC Kickoff Countdown är en Chrome-tillägg utvecklad av https://deniosoftware.com, och dess huvudfunktion är "Start every new tab with a countdown to the next FRC Kickoff!".

Tilläggsskärmbilder

screenshot

Ladda ner FRC Kickoff Countdown-förlängningens CRX-fil

Ladda ner FRC Kickoff Countdown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn FRC Kickoff Countdown FRC Kickoff Countdown
ID jnjbaelllbbkndohngaafdmlpljhgije
Officiell webbadress https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije
Beskrivning Start every new tab with a countdown to the next FRC Kickoff!
Filstorlek 1.62 MB
Antal Installationer 56
Aktuell Version 2020.1
Senast Uppdaterad 2019-10-11
Publiceringsdatum 2019-10-11
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://deniosoftware.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://calebdenio.me/frc-kickoff-countdown
Stödda Språk 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": []
}