FRC Kickoff Countdown
Start every new tab with a countdown to the next FRC Kickoff!
FRC Kickoff Countdownคืออะไร?
FRC Kickoff Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deniosoftware.com และคุณลักษณะหลักของมันคือ "Start every new tab with a countdown to the next FRC Kickoff!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FRC Kickoff Countdown
ดาวน์โหลดไฟล์ส่วนขยาย FRC Kickoff Countdown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FRC Kickoff Countdown |
ID | jnjbaelllbbkndohngaafdmlpljhgije |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije |
คำอธิบาย | Start every new tab with a countdown to the next FRC Kickoff! |
ขนาดไฟล์ | 1.62 MB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 2020.1 |
อัปเดตครั้งล่าสุด | 2019-10-11 |
วันที่เผยแพร่ | 2019-10-11 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://deniosoftware.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://calebdenio.me/frc-kickoff-countdown |
ภาษาที่รองรับ | 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": [] } |