FRC New Tab

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

FRC New Tab là gì?

FRC New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://erikboesen.com, và tính năng chính của nó là "New Tab page to display information about a random FRC team.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng FRC New Tab 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

                        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                    

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

Tên FRC New Tab FRC New Tab
ID agmoglelphhinnadfmbfodhkdagibkop
URL Chính Thức https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop
Mô tả New Tab page to display information about a random FRC team.
Kích Thước Tệp 8.33 MB
Số Lần Cài Đặt 192
Phiên Bản Hiện Tại 1.6.5
Cập Nhật Lần Cuối 2018-12-05
Ngày Phát Hành 2018-12-05
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://erikboesen.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}