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 |
Eメール | [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" } |