Chaos Frontend Toolkit

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

¿Qué es Chaos Frontend Toolkit?

Chaos Frontend Toolkit es una extensión de Chrome desarrollada por Thibaud Courtoison, y su función principal es "A set of tools to break your web apps and, in doing so, find ways to improve them.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Chaos Frontend Toolkit

Descarga archivos de extensión Chaos Frontend Toolkit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        "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.                    

Información Básica de la Extensión

Nombre Chaos Frontend Toolkit Chaos Frontend Toolkit
ID dnfmkfbhilcjkaeiapkjocbgghjiaknk
URL Oficial https://chromewebstore.google.com/detail/chaos-frontend-toolkit/dnfmkfbhilcjkaeiapkjocbgghjiaknk
Descripción A set of tools to break your web apps and, in doing so, find ways to improve them.
Tamaño del Archivo 120 KB
Cantidad de Instalaciones 310
Versión Actual 1.0.0
Última Actualización 2021-12-12
Fecha de Publicación 2021-12-12
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Thibaud Courtoison
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://chaos-frontend-toolkit.web.app/
Idiomas Soportados 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"
}