API console extension
API Console extension to proxy HTTP requests to the documented API.
什么是API console extension?
API console extension是由https://api-console.io开发的Chrome扩展程序,该扩展的主要功能是“API Console extension to proxy HTTP requests to the documented API.”。
扩展截图
下载API console extension扩展crx文件
下载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 |