Chaos Frontend Toolkit

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

Wat is Chaos Frontend Toolkit?

Chaos Frontend Toolkit is een Chrome-extensie ontwikkeld door Thibaud Courtoison, en de belangrijkste functie is "A set of tools to break your web apps and, in doing so, find ways to improve them.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chaos Frontend Toolkit

Download Chaos Frontend Toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Chaos Frontend Toolkit Chaos Frontend Toolkit
ID dnfmkfbhilcjkaeiapkjocbgghjiaknk
Officiële URL https://chromewebstore.google.com/detail/chaos-frontend-toolkit/dnfmkfbhilcjkaeiapkjocbgghjiaknk
Beschrijving A set of tools to break your web apps and, in doing so, find ways to improve them.
Bestandsgrootte 120 KB
Aantal Installaties 310
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-12-12
Publicatiedatum 2021-12-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Thibaud Courtoison
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://chaos-frontend-toolkit.web.app/
Ondersteunde Talen 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"
}