DOM Square

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

Wat is DOM Square?

DOM Square is een Chrome-extensie ontwikkeld door Nitesh Vaidya, en de belangrijkste functie is "Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DOM Square

Download DOM Square-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam DOM Square DOM Square
ID dkmdcmmgpmhibkaigpaoaimffalciifg
Officiële URL https://chromewebstore.google.com/detail/dom-square/dkmdcmmgpmhibkaigpaoaimffalciifg
Beschrijving Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.
Bestandsgrootte 1.3 MB
Aantal Installaties 61
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-10-17
Publicatiedatum 2021-06-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Nitesh Vaidya
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}