Visual Markup

See your HTML/CSS visually

什麼是Visual Markup?

Visual Markup是由jsrath開發的Chrome擴展程式,該擴展的主要功能是“See your HTML/CSS visually”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Visual Markup Visual Markup
ID haplgakkgklldgnckfdapejhipchiceo
官方網址 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
}