FRC Kickoff Countdown
Start every new tab with a countdown to the next FRC Kickoff!
Co to jest FRC Kickoff Countdown?
FRC Kickoff Countdown to rozszerzenie Chrome opracowane przez https://deniosoftware.com, a jego główną funkcją jest „Start every new tab with a countdown to the next FRC Kickoff!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FRC Kickoff Countdown
Pobierz pliki rozszerzeń FRC Kickoff Countdown w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | FRC Kickoff Countdown |
ID | jnjbaelllbbkndohngaafdmlpljhgije |
Oficjalny URL | https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije |
Opis | Start every new tab with a countdown to the next FRC Kickoff! |
Rozmiar pliku | 1.62 MB |
Liczba instalacji | 56 |
Aktualna Wersja | 2020.1 |
Ostatnia Aktualizacja | 2019-10-11 |
Data Publikacji | 2019-10-11 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://deniosoftware.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://calebdenio.me/frc-kickoff-countdown |
Obsługiwane Języki | 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": [] } |