Chaos Frontend Toolkit

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

Qu'est-ce que Chaos Frontend Toolkit ?

Chaos Frontend Toolkit est une extension Chrome développée par Thibaud Courtoison, et sa fonction principale est "A set of tools to break your web apps and, in doing so, find ways to improve them.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chaos Frontend Toolkit

Téléchargez les fichiers d'extension Chaos Frontend Toolkit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Chaos Frontend Toolkit Chaos Frontend Toolkit
ID dnfmkfbhilcjkaeiapkjocbgghjiaknk
URL Officiel https://chromewebstore.google.com/detail/chaos-frontend-toolkit/dnfmkfbhilcjkaeiapkjocbgghjiaknk
Description A set of tools to break your web apps and, in doing so, find ways to improve them.
Taille du Fichier 120 KB
Nombre d'Installations 310
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-12-12
Date de Publication 2021-12-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Thibaud Courtoison
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chaos-frontend-toolkit.web.app/
Langues Prises en Charge 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"
}