Html Css Online

With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview

Html Css Onlineคืออะไร?

Html Css Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tridien040799 และคุณลักษณะหลักของมันคือ "With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Html Css Online

ดาวน์โหลดไฟล์ส่วนขยาย Html Css Online ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Html css online is a convenient chrome extension that helps you edit html, css, javascript code quickly and directly without having to run it in a traditional way.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Html Css Online Html Css Online
ID knocclinhfjbiaalijohoihhknjcfaio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/html-css-online/knocclinhfjbiaalijohoihhknjcfaio
คำอธิบาย With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview
ขนาดไฟล์ 1.54 MB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-05-11
วันที่เผยแพร่ 2022-05-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tridien040799
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://sitesharing.net/
URL หน้านโยบายความเป็นส่วนตัว https://sitesharing.net/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Html Css Online",
    "description": "With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview",
    "version": "1.0",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "codemirror\/lib\/codemirror.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "codemirror\/lib\/codemirror.js",
                "codemirror\/addon\/edit\/closebrackets.js",
                "codemirror\/addon\/hint\/show-hint.js",
                "codemirror\/mode\/css\/css.js",
                "codemirror\/mode\/xml\/xml.js",
                "codemirror\/mode\/javascript\/javascript.js",
                "codemirror\/mode\/htmlmixed\/htmlmixed.js",
                "popup.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}