Visual Markup
See your HTML/CSS visually
Wat is Visual Markup?
Visual Markup is een Chrome-extensie ontwikkeld door jsrath, en de belangrijkste functie is "See your HTML/CSS visually".
Extensie Screenshots
Download het CRX-bestand van de extensie Visual Markup
Download Visual Markup-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
This extension allows you to:
* See your markup clearly
* Diagnose CSS issues
* Understand element positioning
* View the names of classes and ids Basisinformatie over de Extensie
| Naam | |
| ID | haplgakkgklldgnckfdapejhipchiceo |
| Officiële URL | https://chromewebstore.google.com/detail/visual-markup/haplgakkgklldgnckfdapejhipchiceo |
| Beschrijving | See your HTML/CSS visually |
| Bestandsgrootte | 7.1 KB |
| Aantal Installaties | 27 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-07-31 |
| Publicatiedatum | 2018-07-31 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | jsrath |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.jsrath.com |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Visual Markup",
"author": "jsrath",
"short_name": "Visual Markup",
"description": "See your HTML\/CSS visually",
"version": "1.0",
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"16": "disabled16.png",
"128": "disabled128.png"
},
"default_title": "See your HTML\/CSS visually"
},
"homepage_url": "http:\/\/www.jsrath.com",
"icons": {
"16": "enabled16.png",
"128": "enabled128.png"
},
"manifest_version": 2
} | |