Light JavaScript Playground

A standalone HTML/CSS/JavaScript playground

Light JavaScript Playgroundคืออะไร?

Light JavaScript Playground เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jørgen NYSTAD และคุณลักษณะหลักของมันคือ "A standalone HTML/CSS/JavaScript playground"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Light JavaScript Playground

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}