DOM Square

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

DOM Square là gì?

DOM Square là một tiện ích mở rộng Chrome được phát triển bởi Nitesh Vaidya, và tính năng chính của nó là "Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng DOM Square 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

                        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                    

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

Tên DOM Square DOM Square
ID dkmdcmmgpmhibkaigpaoaimffalciifg
URL Chính Thức https://chromewebstore.google.com/detail/dom-square/dkmdcmmgpmhibkaigpaoaimffalciifg
Mô tả Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-10-17
Ngày Phát Hành 2021-06-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nitesh Vaidya
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}