JS playground
JS playground.
ما هو JS playground؟
JS playground هو إضافة Chrome تم تطويرها بواسطة skus1992، والميزة الرئيسية لها هي "JS playground.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JS playground
قم بتنزيل ملفات الامتداد JS playground بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple Javascript playground for developers. Dark and Light themes. Libraries included: rxjs, lodash, moment. Autocomplete. - Added tabs.
معلومات أساسية عن التمديد
الاسم | 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": [] } ] } |