My Epitech Percentages

Show each project passing tests percentage on my.epitech.eu

O que é My Epitech Percentages?

My Epitech Percentages é uma extensão do Chrome desenvolvida por Alexis C., e sua principal característica é "Show each project passing tests percentage on my.epitech.eu".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão My Epitech Percentages

Baixe arquivos de extensão My Epitech Percentages 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

                        Restore an old feature of my.epitech.eu: the percentage bar of passing tests.

Show percentage bars on each project corresponding to the passing tests percentage of the project.

These percentage bars are injected in the page for each projects that has met the prerequisites of a testable and functional project. Otherwise, no percentage bar can be shown.                    

Informações Básicas da Extensão

Nome My Epitech Percentages My Epitech Percentages
ID hepfpnmpnjacajnfkpmmmhhbiaggddin
URL Oficial https://chromewebstore.google.com/detail/my-epitech-percentages/hepfpnmpnjacajnfkpmmmhhbiaggddin
Descrição Show each project passing tests percentage on my.epitech.eu
Tamanho do Arquivo 4.85 KB
Contagem de Instalações 916
Versão Atual 1.1.1
Última Atualização 2021-07-16
Data de Publicação 2021-07-16
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor Alexis C.
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": "My Epitech Percentages",
    "description": "Show each project passing tests percentage on my.epitech.eu",
    "version": "1.1.1",
    "permissions": [
        "*:\/\/my.epitech.eu\/*",
        "https:\/\/api.epitest.eu\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/my.epitech.eu\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}