Chaos Frontend Toolkit

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

Chaos Frontend Toolkit là gì?

Chaos Frontend Toolkit là một tiện ích mở rộng Chrome được phát triển bởi Thibaud Courtoison, và tính năng chính của nó là "A set of tools to break your web apps and, in doing so, find ways to improve them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chaos Frontend Toolkit

Tải xuống các tệp mở rộng Chaos Frontend Toolkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chaos Frontend Toolkit Chaos Frontend Toolkit
ID dnfmkfbhilcjkaeiapkjocbgghjiaknk
URL Chính Thức https://chromewebstore.google.com/detail/chaos-frontend-toolkit/dnfmkfbhilcjkaeiapkjocbgghjiaknk
Mô tả A set of tools to break your web apps and, in doing so, find ways to improve them.
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 310
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-12-12
Ngày Phát Hành 2021-12-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Thibaud Courtoison
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chaos-frontend-toolkit.web.app/
Ngôn Ngữ Được Hỗ Trợ 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"
}