HTML CSS Live Editor
HTML or CSS developer or learner, Get the program output instantly.
HTML CSS Live Editor란 무엇입니까?
HTML CSS Live Editor은(는) http://tutorialcodeplay.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HTML or CSS developer or learner, Get the program output instantly."입니다.
확장 프로그램 스크린샷
HTML CSS Live Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | fmoefcghodkjgeabgcjaginjmachgnln |
공식 URL | https://chrome.google.com/webstore/detail/html-css-live-editor/fmoefcghodkjgeabgcjaginjmachgnln |
설명 | HTML or CSS developer or learner, Get the program output instantly. |
파일 크기 | 225 KB |
설치 횟수 | 9,000 |
현재 버전 | 1.9 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.00/5 총 24 개의 평점 |
개발자 | http://tutorialcodeplay.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.tutorialcodeplay.com |
도움말 페이지 URL | http://www.tutorialcodeplay.com |
지원되는 언어 | 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 } |