DOM Square

Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.

DOM Square란 무엇입니까?

DOM Square은(는) Nitesh Vaidya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DOM Square 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations with previewer  and inject code into selected DOM element, and also useful in below operations.
1. Formatter
2. Linters
3. Drag and drop
4. WCAG Validations
5. Emmet Abbrevation’s
6. Emmet Previewer
7. Search
8. API Json viewer
9. HTML viewer
10. CSS file viewer
11. JS file viewer
12. SVG file viewer
13. XML viewer
14. DOM inject
15. DOM Viewer                    

확장 프로그램 기본 정보

이름 DOM Square DOM Square
ID dkmdcmmgpmhibkaigpaoaimffalciifg
공식 URL https://chromewebstore.google.com/detail/dom-square/dkmdcmmgpmhibkaigpaoaimffalciifg
설명 Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.
파일 크기 1.3 MB
설치 횟수 61
현재 버전 1.0.1
최근 업데이트 2021-10-17
출시 날짜 2021-06-30
평점 5.00/5 총 1 개의 평점
개발자 Nitesh Vaidya
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DOM Square",
    "description": "Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.",
    "version": "1.0.1",
    "manifest_version": 2,
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jquery.min.js",
                "\/inject\/plugin\/beautify\/beautify.min.js",
                "\/inject\/plugin\/beautify\/beautify-css.min.js",
                "\/inject\/plugin\/beautify\/beautify-html.min.js"
            ]
        }
    ]
}