Code Plunker (Live HTML CSS Editor)

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

什麼是Code Plunker (Live HTML CSS Editor)?

Code Plunker (Live HTML CSS Editor)是由nixongalario開發的Chrome擴展程式,該擴展的主要功能是“Test your HTML,CSS,JS and Get the program output instantly!”。

擴展截圖

screenshot
screenshot

下載Code Plunker (Live HTML CSS Editor)擴展crx文件

下載Code Plunker (Live HTML CSS Editor)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Code Plunker (Live HTML CSS Editor) Code Plunker (Live HTML CSS Editor)
ID llofhnpelgfcleglkkgfmpfohmlmkofe
官方網址 https://chromewebstore.google.com/detail/code-plunker-live-html-cs/llofhnpelgfcleglkkgfmpfohmlmkofe
簡介 Test your HTML,CSS,JS and Get the program output instantly!
檔案大小 288 KB
安裝次數 1,313
目前版本 1.1
更新時間 2019-03-08
上架時間 2019-03-07
評分 4.43/5 共 7 次評分
開發者 nixongalario
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.nixongalario.com/
支援的語言 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"
}