DOM Square
Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.
Vad är DOM Square?
DOM Square är en Chrome-tillägg utvecklad av Nitesh Vaidya, och dess huvudfunktion är "Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.".
Tilläggsskärmbilder
Ladda ner DOM Square-förlängningens CRX-fil
Ladda ner DOM Square-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | dkmdcmmgpmhibkaigpaoaimffalciifg |
| Officiell webbadress | https://chromewebstore.google.com/detail/dom-square/dkmdcmmgpmhibkaigpaoaimffalciifg |
| Beskrivning | Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element. |
| Filstorlek | 1.3 MB |
| Antal Installationer | 61 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2021-10-17 |
| Publiceringsdatum | 2021-06-30 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Nitesh Vaidya |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |