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 | 
| Eメール | [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
}  |  |