FRC New Tab

New Tab page to display information about a random FRC team.

FRC New Tabとは何ですか?

FRC New Tabはhttps://erikboesen.comによって開発されたChromeの拡張機能で、その主な機能は「New Tab page to display information about a random FRC team.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

FRC New Tab拡張機能のCRXファイルをダウンロード

FRC New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Display information about a random FIRST Robotics Competition team in your new tab! Or, display the current time as a team.

Features:
- Option to customize list of teams from which a random one is chosen, or keep it permanently on one
- Clock Mode: the team will be shown which corresponds to the current time.
- Hide or show team location and/or name
- More features coming soon!

This project is open source on GitHub! Contributions and improvements are VERY welcome!
https://github.com/ErikBoesen/FRCNewTab                    

拡張機能の基本情報

名前 FRC New Tab FRC New Tab
ID agmoglelphhinnadfmbfodhkdagibkop
公式URL https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop
説明 New Tab page to display information about a random FRC team.
ファイルサイズ 8.33 MB
インストール数 192
現在のバージョン 1.6.5
最終更新日 2018-12-05
公開日 2018-12-05
評価 5.00/5 合計 11 レビュー
開発者 https://erikboesen.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FRC New Tab",
    "short_name": "FRCNewTab",
    "description": "New Tab page to display information about a random FRC team.",
    "icons": {
        "128": "res\/img\/128.png"
    },
    "version": "1.6.5",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "applications": {
        "gecko": {
            "strict_min_version": "54.0"
        }
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}