Quasar Developer Tools
Famous Developer Tools in your Browser Extension
ما هو Quasar Developer Tools؟
Quasar Developer Tools هو إضافة Chrome تم تطويرها بواسطة https://quasarcommunity.org، والميزة الرئيسية لها هي "Famous Developer Tools in your Browser Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quasar Developer Tools
قم بتنزيل ملفات الامتداد Quasar Developer Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quasar Developer Tools brings you the necessary development tools to your browser extension. You can test your designs in multiple devices of the latest sizes or test your API calls easily through this extension.
معلومات أساسية عن التمديد
الاسم | Quasar Developer Tools |
ID | dfdnliikbcndmalknhfidlejogjbejih |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quasar-developer-tools/dfdnliikbcndmalknhfidlejogjbejih |
الوصف | Famous Developer Tools in your Browser Extension |
حجم الملف | 143 KB |
عدد التثبيتات | 347 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-04-26 |
تاريخ النشر | 2022-04-11 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://quasarcommunity.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quasar Developer Tools", "version": "1.1", "description": "Famous Developer Tools in your Browser Extension", "icons": { "128": "icons\/logo128.png", "48": "icons\/logo48.png", "16": "icons\/logo16.png" }, "action": { "default_icon": "icons\/logo128.png", "default_popup": "html\/popup.html" }, "background": { "service_worker": "js\/eventpage.js" }, "content_scripts": [ { "matches": [ " |