FRC Kickoff Countdown

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

什么是FRC Kickoff Countdown?

FRC Kickoff Countdown是由https://deniosoftware.com开发的Chrome扩展程序,该扩展的主要功能是“Start every new tab with a countdown to the next FRC Kickoff!”。

扩展截图

screenshot

下载FRC Kickoff Countdown扩展crx文件

下载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 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": []
}