Code Plunker (Live HTML CSS Editor)
Test your HTML,CSS,JS and Get the program output instantly!
What is Code Plunker (Live HTML CSS Editor)?
Code Plunker (Live HTML CSS Editor) is a Chrome extension developed by nixongalario, and its main feature is "Test your HTML,CSS,JS and Get the program output instantly!".
Extension Screenshots
Download Code Plunker (Live HTML CSS Editor) Extension CRX File
Download Code Plunker (Live HTML CSS Editor) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Code Plunker (Live HTML CSS Editor) |
ID | llofhnpelgfcleglkkgfmpfohmlmkofe |
Official URL | https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe |
Description | Test your HTML,CSS,JS and Get the program output instantly! |
File Size | 288 KB |
Installation Count | 1,313 |
Current Version | 1.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-07 |
Rating | 4.43/5 Total 7 Ratings |
Developer | nixongalario |
[email protected] | |
Payment Type | free |
Extension Website | http://www.nixongalario.com/ |
Supported Languages | 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" } |