API Tester - REST API Tester Client FREE
Develop, test and debug REST APIs.
ما هو API Tester - REST API Tester Client FREE؟
API Tester - REST API Tester Client FREE هو إضافة Chrome تم تطويرها بواسطة https://99extensions.io، والميزة الرئيسية لها هي "Develop, test and debug REST APIs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة API Tester - REST API Tester Client FREE
قم بتنزيل ملفات الامتداد API Tester - REST API Tester Client FREE بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Welcome to API Tester - REST API Tester Client FREE a tool for developing, testing and debugging REST APIs. #1 The API Tester includes the following main functionality: 1. Send requests and display responses API Tester - REST API Tester Client FREE can handle GET, PUT, PATCH, DELETE, HEAD, OPTIONS and Custom requests. In addition custom headers and basic authentication can be added to the requests. 2. Manage favorites To make debugging life easier, the API Tester allows to store and manage favorite requests. These favorites can also be imported and exported. 3. Request history By default all requests are stored within the request history. Please rest assured that the API Tester will not store any requests made from an incognito window. #2 FAQs: 1. Which permissions are needed to use our API Tester - REST API Tester Client FREE extension? Only storage permissions are needed, these permissions are then used to store favorite and historic requests. 2. Where do I get help? The API Tester extension has a dedicated Help section which describes the most important functionality.
معلومات أساسية عن التمديد
الاسم | API Tester - REST API Tester Client FREE |
ID | nclgfilnbckejgmdinfokodoipboenjp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/api-tester-rest-api-teste/nclgfilnbckejgmdinfokodoipboenjp |
الوصف | Develop, test and debug REST APIs. |
حجم الملف | 3.39 MB |
عدد التثبيتات | 539 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-03-29 |
تاريخ النشر | 2022-11-28 |
المطور | https://99extensions.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://99extensions.io/extension-api-tester |
عنوان صفحة المساعدة | https://99extensions.io/contact |
عنوان صفحة سياسة الخصوصية | https://99extensions.io/extensions-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "API Tester - REST API Tester Client FREE", "description": "Develop, test and debug REST APIs.", "manifest_version": 3, "version": "1.0.0", "background": { "service_worker": "extension\/background.js" }, "action": [], "permissions": [ "storage" ], "icons": { "16": ".\/img\/logo_16.png", "24": ".\/img\/logo_24.png", "32": ".\/img\/logo_32.png", "48": ".\/img\/logo_48.png", "64": ".\/img\/logo_64.png", "128": ".\/img\/logo_128.png" } } |