Visual Markup
See your HTML/CSS visually
Visual Markupคืออะไร?
Visual Markup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jsrath และคุณลักษณะหลักของมันคือ "See your HTML/CSS visually"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Markup
ดาวน์โหลดไฟล์ส่วนขยาย 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
}  |  |