FRC New Tab

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

O que é FRC New Tab?

FRC New Tab é uma extensão do Chrome desenvolvida por https://erikboesen.com, e sua principal característica é "New Tab page to display information about a random FRC team.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FRC New Tab

Baixe arquivos de extensão FRC New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FRC New Tab FRC New Tab
ID agmoglelphhinnadfmbfodhkdagibkop
URL Oficial https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop
Descrição New Tab page to display information about a random FRC team.
Tamanho do Arquivo 8.33 MB
Contagem de Instalações 192
Versão Atual 1.6.5
Última Atualização 2018-12-05
Data de Publicação 2018-12-05
Classificação 5.00/5 Total de 11 Avaliações
Desenvolvedor https://erikboesen.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}