Visual Markup
See your HTML/CSS visually
What is Visual Markup?
Visual Markup is a Chrome extension developed by jsrath, and its main feature is "See your HTML/CSS visually".
Extension Screenshots
Download Visual Markup Extension CRX File
Download Visual Markup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to: * See your markup clearly * Diagnose CSS issues * Understand element positioning * View the names of classes and ids
Extension Basic Information
Name | Visual Markup |
ID | haplgakkgklldgnckfdapejhipchiceo |
Official URL | https://chromewebstore.google.com/detail/visual-markup/haplgakkgklldgnckfdapejhipchiceo |
Description | See your HTML/CSS visually |
File Size | 7.1 KB |
Installation Count | 27 |
Current Version | 1.0 |
Last Updated | 2018-07-31 |
Publish Date | 2018-07-31 |
Rating | 5.00/5 Total 6 Ratings |
Developer | jsrath |
[email protected] | |
Payment Type | free |
Extension Website | http://www.jsrath.com |
Supported Languages | 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 } |