Code Plunker (Live HTML CSS Editor)
Test your HTML,CSS,JS and Get the program output instantly!
¿Qué es Code Plunker (Live HTML CSS Editor)?
Code Plunker (Live HTML CSS Editor) es una extensión de Chrome desarrollada por nixongalario, y su función principal es "Test your HTML,CSS,JS and Get the program output instantly!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Code Plunker (Live HTML CSS Editor)
Descarga archivos de extensión Code Plunker (Live HTML CSS Editor) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Code Plunker (Live HTML CSS Editor) |
ID | llofhnpelgfcleglkkgfmpfohmlmkofe |
URL Oficial | https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe |
Descripción | Test your HTML,CSS,JS and Get the program output instantly! |
Tamaño del Archivo | 288 KB |
Cantidad de Instalaciones | 1,313 |
Versión Actual | 1.1 |
Última Actualización | 2019-03-08 |
Fecha de Publicación | 2019-03-07 |
Calificación | 4.43/5 Total de 7 Calificaciones |
Desarrollador | nixongalario |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.nixongalario.com/ |
Idiomas Soportados | 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" } |