Code Plunker (Live HTML CSS Editor)

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

Cos'è Code Plunker (Live HTML CSS Editor)?

Code Plunker (Live HTML CSS Editor) è un'estensione di Chrome sviluppata da nixongalario, e la sua funzione principale è "Test your HTML,CSS,JS and Get the program output instantly!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Code Plunker (Live HTML CSS Editor)

Scarica i file di estensione Code Plunker (Live HTML CSS Editor) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Code Plunker (Live HTML CSS Editor) Code Plunker (Live HTML CSS Editor)
ID llofhnpelgfcleglkkgfmpfohmlmkofe
URL Ufficiale https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe
Descrizione Test your HTML,CSS,JS and Get the program output instantly!
Dimensione del File 288 KB
Conteggio Installazioni 1,313
Versione Corrente 1.1
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-07
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore nixongalario
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nixongalario.com/
Lingue Supportate 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"
}