Code Plunker (Live HTML CSS Editor)

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

Co to jest Code Plunker (Live HTML CSS Editor)?

Code Plunker (Live HTML CSS Editor) to rozszerzenie Chrome opracowane przez nixongalario, a jego główną funkcją jest „Test your HTML,CSS,JS and Get the program output instantly!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Code Plunker (Live HTML CSS Editor)

Pobierz pliki rozszerzeń Code Plunker (Live HTML CSS Editor) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Code Plunker (Live HTML CSS Editor) Code Plunker (Live HTML CSS Editor)
ID llofhnpelgfcleglkkgfmpfohmlmkofe
Oficjalny URL https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe
Opis Test your HTML,CSS,JS and Get the program output instantly!
Rozmiar pliku 288 KB
Liczba instalacji 1,313
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-07
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper nixongalario
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.nixongalario.com/
Obsługiwane Języki 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"
}