API console extension
API Console extension to proxy HTTP requests to the documented API.
API console extensionคืออะไร?
API console extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://api-console.io และคุณลักษณะหลักของมันคือ "API Console extension to proxy HTTP requests to the documented API."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย API console extension
ดาวน์โหลดไฟล์ส่วนขยาย API console extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension to be used with MuleSoft's API Console to make HTTP requests in Chrome browser. No need for additional proxy services and complicated setups. Install the extension and read response data on any website hosting the API console. Recent changes: - Migrated to Chrome Manifest v3 - Removed unused "identity" permission (added while developing proxy for OAuth 2 but never removed) - Removed "tabs" permissions as chrome extensions do not need it in the scope required by this extension - Added ability to proxy a File and FormData Permissions Access to your data on all websites It is required to make HTTP requests to API endpoints. It means that the extension can make an HTTP request to any endpoint. Privacy This extension does not collect any kind of data (not even analytics). The extension reads the data passed to it from the API Console application and proxies them "as-is" to the API endpoint. The response is then proxied back to the application. How does it work? The extension will inject a tiny portion of JavaScript code into every webpage you visit. The API console fires a specific event before making a request. The JavaScript code will recognize this event and handle the request. It will not affect other web pages you visit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | API console extension |
ID | olkpohecoakpkpinafnpppponcfojioa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/api-console-extension/olkpohecoakpkpinafnpppponcfojioa |
คำอธิบาย | API Console extension to proxy HTTP requests to the documented API. |
ขนาดไฟล์ | 30.38 KB |
จำนวนการติดตั้ง | 1,971 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2022-11-09 |
วันที่เผยแพร่ | 2017-04-10 |
คะแนน | 2.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://api-console.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://docs.mulesoft.com/api-community-manager/api-console |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1BzrKQ0NxFXuDIe2zMA-0SZBNU0P46MHr4GftZmoLUQU/edit?usp=sharing |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "API console extension", "version": "0.1.3", "description": "API Console extension to proxy HTTP requests to the documented API.", "author": "Pawel Psztyc |