Restfox
Minimalistic HTTP Client for API Development and Testing
ما هو Restfox؟
Restfox هو إضافة Chrome تم تطويرها بواسطة https://restfox.dev، والميزة الرئيسية لها هي "Minimalistic HTTP Client for API Development and Testing".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Restfox
قم بتنزيل ملفات الامتداد Restfox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Restfox is a minimalistic HTTP Client for API Development and Testing. Which gets out of your way and keeps things simple.
Features:
- Workspaces
- Tabs
- Nested Folders
- Lots of context menus
- Response history
- Plugins
- GraphQL support
- Import collections exported from Postman and Insomnia
- Simple user friendly interface معلومات أساسية عن التمديد
| الاسم | |
| ID | fihmegnabgglklkppphibngblkomlhcn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
| الوصف | Minimalistic HTTP Client for API Development and Testing |
| حجم الملف | 3.82 MB |
| عدد التثبيتات | 404 |
| النسخة الحالية | 1.0.604 |
| آخر تحديث | 2024-01-17 |
| تاريخ النشر | 2022-11-25 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://restfox.dev |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://github.com/flawiddsouza/Restfox/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Restfox",
"description": "Minimalistic HTTP Client for API Development and Testing",
"version": "1.0.604",
"manifest_version": 3,
"icons": {
"512": "icons\/favicon.png"
},
"permissions": [],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"512": "icons\/favicon.png"
}
}
} | |