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によって開発されたChromeの拡張機能で、その主な機能は「A set of tools to break your web apps and, in doing so, find ways to improve them.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Chaos Frontend Toolkit拡張機能のCRXファイルをダウンロード

Chaos Frontend Toolkit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "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
Eメール [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"
}