Visual Markup
See your HTML/CSS visually
什么是Visual Markup?
Visual Markup是由jsrath开发的Chrome扩展程序,该扩展的主要功能是“See your HTML/CSS visually”。
扩展截图
下载Visual Markup扩展crx文件
下载Visual Markup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to:
* See your markup clearly
* Diagnose CSS issues
* Understand element positioning
* View the names of classes and ids 扩展基本信息
| 名称 | |
| ID | haplgakkgklldgnckfdapejhipchiceo |
| 官方URL | https://chromewebstore.google.com/detail/visual-markup/haplgakkgklldgnckfdapejhipchiceo |
| 简介 | See your HTML/CSS visually |
| 文件大小 | 7.1 KB |
| 安装次数 | 27 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-07-31 |
| 上架时间 | 2018-07-31 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | jsrath |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.jsrath.com |
| 支持的语言 | 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
} | |