Chaos Frontend Toolkit

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

Cos'è Chaos Frontend Toolkit?

Chaos Frontend Toolkit è un'estensione di Chrome sviluppata da Thibaud Courtoison, e la sua funzione principale è "A set of tools to break your web apps and, in doing so, find ways to improve them.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chaos Frontend Toolkit

Scarica i file di estensione Chaos Frontend Toolkit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Chaos Frontend Toolkit Chaos Frontend Toolkit
ID dnfmkfbhilcjkaeiapkjocbgghjiaknk
URL Ufficiale https://chromewebstore.google.com/detail/chaos-frontend-toolkit/dnfmkfbhilcjkaeiapkjocbgghjiaknk
Descrizione A set of tools to break your web apps and, in doing so, find ways to improve them.
Dimensione del File 120 KB
Conteggio Installazioni 310
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-12-12
Data di Pubblicazione 2021-12-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Thibaud Courtoison
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chaos-frontend-toolkit.web.app/
Lingue Supportate 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"
}