Chaos Frontend Toolkit

A set of tools to break your web apps and, in doing so, find ways to improve them.

O que é Chaos Frontend Toolkit?

Chaos Frontend Toolkit é uma extensão do Chrome desenvolvida por Thibaud Courtoison, e sua principal característica é "A set of tools to break your web apps and, in doing so, find ways to improve them.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Chaos Frontend Toolkit

Baixe arquivos de extensão Chaos Frontend Toolkit 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

                        "Chaos Engineering is the discipline of experimenting on a system in order to build confidence in the system’s capability to withstand turbulent conditions in production."

Even though it is usually applied to infrastructure, we can use Chaos Engineering principles on the front end part of our web applications.

Network, Timers, History, Accessibility, Localization, Inputs: This web extension bundles tools intended to break your apps.                    

Informações Básicas da Extensão

Nome Chaos Frontend Toolkit Chaos Frontend Toolkit
ID dnfmkfbhilcjkaeiapkjocbgghjiaknk
URL Oficial https://chromewebstore.google.com/detail/chaos-frontend-toolkit/dnfmkfbhilcjkaeiapkjocbgghjiaknk
Descrição A set of tools to break your web apps and, in doing so, find ways to improve them.
Tamanho do Arquivo 120 KB
Contagem de Instalações 310
Versão Atual 1.0.0
Última Atualização 2021-12-12
Data de Publicação 2021-12-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Thibaud Courtoison
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://chaos-frontend-toolkit.web.app/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chaos Frontend Toolkit",
    "version": "1.0.0",
    "homepage_url": "https:\/\/chaos-frontend-toolkit.web.app",
    "description": "A set of tools to break your web apps and, in doing so, find ways to improve them.",
    "icons": {
        "128": "icons\/flask-large.png"
    },
    "author": "Thibaud \"Errorname\" Courtoison ",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chaos-frontend-toolkit.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "devtools_page": "devtools\/devtools.html"
}