Rempl
Rempl host for browser's Developer Tools
ما هو Rempl؟
Rempl هو إضافة Chrome تم تطويرها بواسطة rempl، والميزة الرئيسية لها هي "Rempl host for browser's Developer Tools".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rempl
قم بتنزيل ملفات الامتداد Rempl بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Rempl – platform for moderated remote access to JavaScript runtime via custom UI. This plugin hosts custom UI in Developer Tools. https://github.com/rempl
معلومات أساسية عن التمديد
الاسم | Rempl |
ID | hcikjlholajopgbgfmmlbmifdfbkijdj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rempl/hcikjlholajopgbgfmmlbmifdfbkijdj |
الوصف | Rempl host for browser's Developer Tools |
حجم الملف | 21.87 KB |
عدد التثبيتات | 1,104 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2022-07-12 |
تاريخ النشر | 2017-04-10 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | rempl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rempl", "version": "1.0.4", "description": "Rempl host for browser's Developer Tools", "manifest_version": 3, "icons": { "16": "img\/icon16x16.png", "32": "img\/icon32x32.png", "48": "img\/icon48x48.png", "128": "img\/icon128x128.png" }, "devtools_page": "index.html", "sandbox": { "pages": [ "sandbox.html" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |