Code Plunker (Live HTML CSS Editor)
Test your HTML,CSS,JS and Get the program output instantly!
Code Plunker (Live HTML CSS Editor)란 무엇입니까?
Code Plunker (Live HTML CSS Editor)은(는) nixongalario에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Test your HTML,CSS,JS and Get the program output instantly!"입니다.
확장 프로그램 스크린샷
Code Plunker (Live HTML CSS Editor) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Rapid front end code testing for developers!, Test your HTML,CSS,JS and Get the program output instantly! FIX: highlighting color + Supports Offline + Instant Rendering of Code + Free for all Aspiring developers Improvements needed : Save code on local, and upload code online.
확장 프로그램 기본 정보
이름 | Code Plunker (Live HTML CSS Editor) |
ID | llofhnpelgfcleglkkgfmpfohmlmkofe |
공식 URL | https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe |
설명 | Test your HTML,CSS,JS and Get the program output instantly! |
파일 크기 | 288 KB |
설치 횟수 | 1,313 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-07 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | nixongalario |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.nixongalario.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Code Plunker (Live HTML CSS Editor) ", "description": "Test your HTML,CSS,JS and Get the program output instantly!", "version": "1.1", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon1.png" }, "background": { "scripts": [ "script.js" ] }, "author": "Nixon Galario", "offline_enabled": true, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "http:\/\/www.nixongalario.com\/codeplunker-chrome" } |