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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |