Light JavaScript Playground

A standalone HTML/CSS/JavaScript playground

Light JavaScript Playgroundとは何ですか?

Light JavaScript PlaygroundはJørgen NYSTADによって開発されたChromeの拡張機能で、その主な機能は「A standalone HTML/CSS/JavaScript playground」です。

拡張機能のスクリーンショット

screenshot

Light JavaScript Playground拡張機能のCRXファイルをダウンロード

Light JavaScript Playground拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Light JavaScript Playground is a live editor and playground for testing HTML/CSS/JS ideas in Google Chrome.

lightjs does not rely on a backend. It does not send the HTML/CSS/JS content to any external server (unless exported to jsfiddle.net).

lightjs does, however, rely on external libraries, if used. Various CDNs are used to load libraries like jQuery, Bootstrap and others.

lightjs is designed to be lightweight, not feature rich, while still providing some flexibility in development.

lightjs allows for direct conversion into a JS fiddle on jsfiddle.net (we are not affiliated).

lightjs is open source and available on GitHub: https://github.com/jorgenys/lightjs                    

拡張機能の基本情報

名前 Light JavaScript Playground Light JavaScript Playground
ID dnbhlnmdfibonmpgckakiehcdjppnmjd
公式URL https://chromewebstore.google.com/detail/light-javascript-playgrou/dnbhlnmdfibonmpgckakiehcdjppnmjd
説明 A standalone HTML/CSS/JavaScript playground
ファイルサイズ 336 KB
インストール数 649
現在のバージョン 1.0
最終更新日 2014-01-30
公開日 2014-01-30
評価 4.20/5 合計 5 レビュー
開発者 Jørgen NYSTAD
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/jorgenys/lightjs
ヘルプページのURL https://github.com/jorgenys/lightjs/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Light JavaScript Playground",
    "version": "1.0",
    "description": "A standalone HTML\/CSS\/JavaScript playground",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Launch JavaScript Playground"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}