Chaos Frontend Toolkit

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

Apa itu Chaos Frontend Toolkit?

Chaos Frontend Toolkit adalah ekstensi Chrome yang dikembangkan oleh Thibaud Courtoison, dan fitur utamanya adalah "A set of tools to break your web apps and, in doing so, find ways to improve them.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Chaos Frontend Toolkit

Unduh file ekstensi Chaos Frontend Toolkit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Chaos Frontend Toolkit Chaos Frontend Toolkit
ID dnfmkfbhilcjkaeiapkjocbgghjiaknk
URL Resmi https://chromewebstore.google.com/detail/chaos-frontend-toolkit/dnfmkfbhilcjkaeiapkjocbgghjiaknk
Deskripsi A set of tools to break your web apps and, in doing so, find ways to improve them.
Ukuran File 120 KB
Jumlah Instalasi 310
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-12-12
Tanggal Publikasi 2021-12-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Thibaud Courtoison
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chaos-frontend-toolkit.web.app/
Bahasa yang Didukung 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"
}