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!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [] } |