Alt Devtools

Devtools for debugging and visualizing your flux data through alt

Alt Devtools란 무엇입니까?

Alt Devtools은(는) goatslacker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Devtools for debugging and visualizing your flux data through alt"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Alt Devtools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Alt Devtools Alt Devtools
ID jfjefoacbhfenehankalijibcccajchg
공식 URL https://chromewebstore.google.com/detail/alt-devtools/jfjefoacbhfenehankalijibcccajchg
설명 Devtools for debugging and visualizing your flux data through alt
파일 크기 515 KB
설치 횟수 406
현재 버전 0.0.1
최근 업데이트 2015-11-01
출시 날짜 2015-11-01
평점 4.20/5 총 5 개의 평점
개발자 goatslacker
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/goatslacker/alt
도움말 페이지 URL https://github.com/goatslacker/alt-devtool
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt Devtools",
    "description": "Devtools for debugging and visualizing your flux data through alt",
    "version": "0.0.1",
    "minimum_chrome_version": "10.0",
    "devtools_page": "index.html",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/hook.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dist\/altif.js"
    ]
}