APIZZA Send Request Plugins
APIZZA is a powerful API management platform
Co to jest APIZZA Send Request Plugins?
APIZZA Send Request Plugins to rozszerzenie Chrome opracowane przez https://apizza.net, a jego główną funkcją jest „APIZZA is a powerful API management platform”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia APIZZA Send Request Plugins
Pobierz pliki rozszerzeń APIZZA Send Request Plugins w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
# 2.2.0 版本上线
修复header不能包含冒号的BUG
# 2.1.1 版本上线
发送请求参数支持动态表达式
重构底层的发送请求结构
# APIZZA 简介
APIZZA 是极客专属的接口Api管理平台,结合了Postman、Swagger等API管理与测试产品的优点,并且提供更为强大的团队协作功能。 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gahjcfmabepcnfmfanjhcobdaalgpjoh |
| Oficjalny URL | https://chromewebstore.google.com/detail/apizza-send-request-plugi/gahjcfmabepcnfmfanjhcobdaalgpjoh |
| Opis | APIZZA is a powerful API management platform |
| Rozmiar pliku | 165 KB |
| Liczba instalacji | 9,000 |
| Aktualna Wersja | 2.2.0 |
| Ostatnia Aktualizacja | 2021-06-08 |
| Data Publikacji | 2020-08-04 |
| Ocena | 4.00/5 Łącznie 4 Oceny |
| Deweloper | https://apizza.net |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "APIZZA Send Request Plugins",
"short_name": "APIZZA SQ",
"description": "APIZZA is a powerful API management platform",
"icons": {
"16": "assets\/icons\/24x24.png",
"48": "assets\/icons\/72x72.png",
"128": "assets\/icons\/114x114.png"
},
"manifest_version": 2,
"version": "2.2.0",
"background": {
"scripts": [
".\/background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "\u70b9\u51fb\u8fdb\u5165apizza\u5b98\u7f51",
"default_icon": {
"19": "assets\/icons\/24x24.png",
"38": "assets\/icons\/72x72.png"
}
},
"content_scripts": [
{
"all_frames": false,
"css": [
"assets\/css\/styles.css"
],
"js": [
".\/contentScripts.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"webRequest",
"webRequestBlocking",
" | |