Code Plunker (Live HTML CSS Editor)

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

Qu'est-ce que Code Plunker (Live HTML CSS Editor) ?

Code Plunker (Live HTML CSS Editor) est une extension Chrome développée par nixongalario, et sa fonction principale est "Test your HTML,CSS,JS and Get the program output instantly!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Code Plunker (Live HTML CSS Editor)

Téléchargez les fichiers d'extension Code Plunker (Live HTML CSS Editor) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Code Plunker (Live HTML CSS Editor) Code Plunker (Live HTML CSS Editor)
ID llofhnpelgfcleglkkgfmpfohmlmkofe
URL Officiel https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe
Description Test your HTML,CSS,JS and Get the program output instantly!
Taille du Fichier 288 KB
Nombre d'Installations 1,313
Version Actuelle 1.1
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-07
Évaluation 4.43/5 Total 7 Évaluations
Développeur nixongalario
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.nixongalario.com/
Langues Prises en Charge 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"
}