JS playground

JS playground.

JS playgroundคืออะไร?

JS playground เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skus1992 และคุณลักษณะหลักของมันคือ "JS playground."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JS playground

ดาวน์โหลดไฟล์ส่วนขยาย JS playground ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple Javascript playground for developers.
Dark and Light themes.
Libraries included: rxjs, lodash, moment.
Autocomplete.

- Added tabs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JS playground JS playground
ID dndbfngnogbaloehcdbedmagjelddakk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/js-playground/dndbfngnogbaloehcdbedmagjelddakk
คำอธิบาย JS playground.
ขนาดไฟล์ 360 KB
จำนวนการติดตั้ง 127
เวอร์ชันปัจจุบัน 4.4.3
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2022-06-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา skus1992
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "JS playground.",
    "version": "4.4.3",
    "manifest_version": 3,
    "name": "JS playground",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}