Chaos Frontend Toolkit

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

Chaos Frontend Toolkit क्या है?

Chaos Frontend Toolkit Thibaud Courtoison द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A set of tools to break your web apps and, in doing so, find ways to improve them."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chaos Frontend Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Chaos Frontend Toolkit Chaos Frontend Toolkit
ID dnfmkfbhilcjkaeiapkjocbgghjiaknk
आधिकारिक URL https://chromewebstore.google.com/detail/chaos-frontend-toolkit/dnfmkfbhilcjkaeiapkjocbgghjiaknk
विवरण A set of tools to break your web apps and, in doing so, find ways to improve them.
फ़ाइल का आकार 120 KB
स्थापना संख्या 310
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-12-12
प्रकाशन तिथि 2021-12-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Thibaud Courtoison
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chaos-frontend-toolkit.web.app/
समर्थित भाषाएँ 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"
}