Code Plunker (Live HTML CSS Editor)
Test your HTML,CSS,JS and Get the program output instantly!
Wat is Code Plunker (Live HTML CSS Editor)?
Code Plunker (Live HTML CSS Editor) is een Chrome-extensie ontwikkeld door nixongalario, en de belangrijkste functie is "Test your HTML,CSS,JS and Get the program output instantly!".
Extensie Screenshots
Download het CRX-bestand van de extensie Code Plunker (Live HTML CSS Editor)
Download Code Plunker (Live HTML CSS Editor)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Code Plunker (Live HTML CSS Editor) |
ID | llofhnpelgfcleglkkgfmpfohmlmkofe |
Officiële URL | https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe |
Beschrijving | Test your HTML,CSS,JS and Get the program output instantly! |
Bestandsgrootte | 288 KB |
Aantal Installaties | 1,313 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-07 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | nixongalario |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.nixongalario.com/ |
Ondersteunde Talen | 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" } |