Visual Markup

See your HTML/CSS visually

Visual Markup란 무엇입니까?

Visual Markup은(는) jsrath에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See your HTML/CSS visually"입니다.

확장 프로그램 스크린샷

screenshot

Visual Markup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
}