Code Plunker (Live HTML CSS Editor)

Test your HTML,CSS,JS and Get the program output instantly!

Hvad er Code Plunker (Live HTML CSS Editor)?

Code Plunker (Live HTML CSS Editor) er en Chrome-udvidelse udviklet af nixongalario, og dens hovedfunktion er "Test your HTML,CSS,JS and Get the program output instantly!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Code Plunker (Live HTML CSS Editor)-udvidelses-CRX-fil

Download Code Plunker (Live HTML CSS Editor)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Code Plunker (Live HTML CSS Editor) Code Plunker (Live HTML CSS Editor)
ID llofhnpelgfcleglkkgfmpfohmlmkofe
Officiel URL https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe
Beskrivelse Test your HTML,CSS,JS and Get the program output instantly!
Filstørrelse 288 KB
Antal Installationer 1,313
Nuværende Version 1.1
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-07
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler nixongalario
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.nixongalario.com/
Understøttede Sprog 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"
}