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!”。
扩展截图
下载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) |
ID | llofhnpelgfcleglkkgfmpfohmlmkofe |
官方URL | 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" } |