FRC Kickoff Countdown

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

FRC Kickoff Countdown là gì?

FRC Kickoff Countdown là một tiện ích mở rộng Chrome được phát triển bởi https://deniosoftware.com, và tính năng chính của nó là "Start every new tab with a countdown to the next FRC Kickoff!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FRC Kickoff Countdown

Tải xuống các tệp mở rộng FRC Kickoff Countdown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FRC Kickoff Countdown FRC Kickoff Countdown
ID jnjbaelllbbkndohngaafdmlpljhgije
URL Chính Thức https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije
Mô tả Start every new tab with a countdown to the next FRC Kickoff!
Kích Thước Tệp 1.62 MB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 2020.1
Cập Nhật Lần Cuối 2019-10-11
Ngày Phát Hành 2019-10-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://deniosoftware.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://calebdenio.me/frc-kickoff-countdown
Ngôn Ngữ Được Hỗ Trợ 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": []
}