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 là gì?

Html Css Online là một tiện ích mở rộng Chrome được phát triển bởi tridien040799, và tính năng chính của nó là "With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Html Css Online

Tải xuống các tệp mở rộng Html Css Online dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Html Css Online Html Css Online
ID knocclinhfjbiaalijohoihhknjcfaio
URL Chính Thức https://chromewebstore.google.com/detail/html-css-online/knocclinhfjbiaalijohoihhknjcfaio
Mô tả With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview
Kích Thước Tệp 1.54 MB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-05-11
Ngày Phát Hành 2022-05-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tridien040799
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://sitesharing.net/
URL Trang Chính Sách Bảo Mật https://sitesharing.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}