PlayGround

Replace your new tab with a simple jsFiddle-style code playground.

PlayGroundคืออะไร?

PlayGround เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kkatongo และคุณลักษณะหลักของมันคือ "Replace your new tab with a simple jsFiddle-style code playground."

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ PlayGround PlayGround
ID pmbneijlaelofljmnanpijjignkpphdb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/playground/pmbneijlaelofljmnanpijjignkpphdb
คำอธิบาย Replace your new tab with a simple jsFiddle-style code playground.
ขนาดไฟล์ 5.03 MB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-11-21
วันที่เผยแพร่ 2016-11-20
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา kkatongo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlayGround",
    "description": "Replace your new tab with a simple jsFiddle-style code playground.",
    "version": "0.0.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'"
}