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
官方網址 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": []
}