HTML CSS Live Editor

HTML or CSS developer or learner, Get the program output instantly.

HTML CSS Live Editor là gì?

HTML CSS Live Editor là một tiện ích mở rộng Chrome được phát triển bởi http://tutorialcodeplay.com, và tính năng chính của nó là "HTML or CSS developer or learner, Get the program output instantly.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML CSS Live Editor

Tải xuống các tệp mở rộng HTML CSS Live Editor 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

                        Who need this?
   This extension is very useful to HTML or CSS developer or learner, because you can write the html program left side and Get the program output on the other side instantly (If you enable the "Auto Submit" Checkbox)

Features
 Real Time output
    If you check the "Auto Submit" check box ,depending on your input you will get an instant output in the output box. Else after entering your code in the input box you will have to click on the "Submit Changes" button to view the output. "Reset button" can be used to reset to the initial stage.
  
 Code Line Number
    You can see the number of lines for the corresponding code. So will be able to get the size of your code easier.

 Marker
    Marker can be used to mark particular positions/lines of your code(In case you need to remember certain lines).

 Last Output
    Your last output and code will be stored automatically in your browser. This is not a temporary storage,even after you restart your system, you can view code from last session.

 Tag Alignment
    Your HTML or CSS code will be auto-aligned ,which makes your code easily understandable and rectifiable.

 Colours
   Further more, tags,attributes and attribute values in your code will be coloured differently so as to enhance understand ability and makes it easy to maintain.

CSS supported
 HTML-CSS editor supports coding with CSS style sheets to generate instant outputs which can help a greater deal in minimising the coding time and improving its quality.                    

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

Tên HTML CSS Live Editor HTML CSS Live Editor
ID fmoefcghodkjgeabgcjaginjmachgnln
URL Chính Thức https://chrome.google.com/webstore/detail/html-css-live-editor/fmoefcghodkjgeabgcjaginjmachgnln
Mô tả HTML or CSS developer or learner, Get the program output instantly.
Kích Thước Tệp 225 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.00/5 Tổng số 24 Đánh Giá
Nhà Phát Triển http://tutorialcodeplay.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.tutorialcodeplay.com
URL Trang Trợ Giúp http://www.tutorialcodeplay.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML CSS Live Editor",
    "description": "HTML or CSS developer or learner, Get the program output instantly.",
    "version": "1.9",
    "browser_action": {
        "default_icon": "Icon-1024.png",
        "default_popup": "HTMLEditor.html"
    },
    "author": "Merbin Joe",
    "offline_enabled": true,
    "homepage_url": "http:\/\/www.tutorialcodeplay.com",
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    },
    "manifest_version": 2
}