Code Plunker (Live HTML CSS Editor)
Test your HTML,CSS,JS and Get the program output instantly!
Was ist Code Plunker (Live HTML CSS Editor)?
Code Plunker (Live HTML CSS Editor) ist eine Chrome-Erweiterung, die von nixongalario entwickelt wurde, und ihr Hauptmerkmal ist "Test your HTML,CSS,JS and Get the program output instantly!".
Erweiterungsscreenshots
Code Plunker (Live HTML CSS Editor)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Code Plunker (Live HTML CSS Editor)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Code Plunker (Live HTML CSS Editor) |
ID | llofhnpelgfcleglkkgfmpfohmlmkofe |
Offizielle URL | https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe |
Beschreibung | Test your HTML,CSS,JS and Get the program output instantly! |
Dateigröße | 288 KB |
Installationsanzahl | 1,313 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-07 |
Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
Entwickler | nixongalario |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.nixongalario.com/ |
Unterstützte Sprachen | 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" } |