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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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'"
}