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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nixongalario และคุณลักษณะหลักของมันคือ "Test your HTML,CSS,JS and Get the program output instantly!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Code Plunker (Live HTML CSS Editor)
ดาวน์โหลดไฟล์ส่วนขยาย Code Plunker (Live HTML CSS Editor) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |