FRC Kickoff Countdown
Start every new tab with a countdown to the next FRC Kickoff!
Apa itu FRC Kickoff Countdown?
FRC Kickoff Countdown adalah ekstensi Chrome yang dikembangkan oleh https://deniosoftware.com, dan fitur utamanya adalah "Start every new tab with a countdown to the next FRC Kickoff!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FRC Kickoff Countdown
Unduh file ekstensi FRC Kickoff Countdown dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | FRC Kickoff Countdown |
ID | jnjbaelllbbkndohngaafdmlpljhgije |
URL Resmi | https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije |
Deskripsi | Start every new tab with a countdown to the next FRC Kickoff! |
Ukuran File | 1.62 MB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 2020.1 |
Terakhir Diperbarui | 2019-10-11 |
Tanggal Publikasi | 2019-10-11 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://deniosoftware.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://calebdenio.me/frc-kickoff-countdown |
Bahasa yang Didukung | 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": [] } |