Code Plunker (Live HTML CSS Editor)
Test your HTML,CSS,JS and Get the program output instantly!
Vad är Code Plunker (Live HTML CSS Editor)?
Code Plunker (Live HTML CSS Editor) är en Chrome-tillägg utvecklad av nixongalario, och dess huvudfunktion är "Test your HTML,CSS,JS and Get the program output instantly!".
Tilläggsskärmbilder
Ladda ner Code Plunker (Live HTML CSS Editor)-förlängningens CRX-fil
Ladda ner Code Plunker (Live HTML CSS Editor)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | llofhnpelgfcleglkkgfmpfohmlmkofe |
Officiell webbadress | https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe |
Beskrivning | Test your HTML,CSS,JS and Get the program output instantly! |
Filstorlek | 288 KB |
Antal Installationer | 1,313 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-07 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | nixongalario |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.nixongalario.com/ |
Stödda Språk | 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" } |