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文件

下载DOM Square扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}