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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}