FRC New Tab

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

Apa itu FRC New Tab?

FRC New Tab adalah ekstensi Chrome yang dikembangkan oleh https://erikboesen.com, dan fitur utamanya adalah "New Tab page to display information about a random FRC team.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi FRC New Tab

Unduh file ekstensi FRC New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama FRC New Tab FRC New Tab
ID agmoglelphhinnadfmbfodhkdagibkop
URL Resmi https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop
Deskripsi New Tab page to display information about a random FRC team.
Ukuran File 8.33 MB
Jumlah Instalasi 192
Versi Saat Ini 1.6.5
Terakhir Diperbarui 2018-12-05
Tanggal Publikasi 2018-12-05
Penilaian 5.00/5 Total 11 Penilaian
Pengembang https://erikboesen.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}