Parrot Devtools
Devtools for Parrot
ما هو Parrot Devtools؟
Parrot Devtools هو إضافة Chrome تم تطويرها بواسطة American Express، والميزة الرئيسية لها هي "Devtools for Parrot".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Parrot Devtools
قم بتنزيل ملفات الامتداد Parrot Devtools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Parrot DevTools is a Chrome DevTools extension for the open-source Parrot library. It allows you to select the active mock HTTP scenario from within the Chrome Developer Tools. Visit the Github repository for additional information https://github.com/americanexpress/parrot.
معلومات أساسية عن التمديد
الاسم | Parrot Devtools |
ID | jckchajdleibnohnphddbiglgpjpbffn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn |
الوصف | Devtools for Parrot |
حجم الملف | 133 KB |
عدد التثبيتات | 1,248 |
النسخة الحالية | 3.0.0 |
آخر تحديث | 2020-01-30 |
تاريخ النشر | 2020-01-30 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | American Express |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parrot Devtools", "version": "3.0.0", "manifest_version": 2, "description": "Devtools for Parrot", "devtools_page": "views\/devtools.html", "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "tabs", "http:\/\/localhost\/*" ], "icons": { "16": "assets\/img\/parrot_16x.png", "48": "assets\/img\/parrot_48x.png", "128": "assets\/img\/parrot_128x.png" } } |