APIZZA Send Request Plugins
APIZZA is a powerful API management platform
APIZZA Send Request Pluginsคืออะไร?
APIZZA Send Request Plugins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://apizza.net และคุณลักษณะหลักของมันคือ "APIZZA is a powerful API management platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย APIZZA Send Request Plugins
ดาวน์โหลดไฟล์ส่วนขยาย APIZZA Send Request Plugins ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
# 2.2.0 版本上线
修复header不能包含冒号的BUG
# 2.1.1 版本上线
发送请求参数支持动态表达式
重构底层的发送请求结构
# APIZZA 简介
APIZZA 是极客专属的接口Api管理平台,结合了Postman、Swagger等API管理与测试产品的优点,并且提供更为强大的团队协作功能。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gahjcfmabepcnfmfanjhcobdaalgpjoh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/apizza-send-request-plugi/gahjcfmabepcnfmfanjhcobdaalgpjoh |
| คำอธิบาย | APIZZA is a powerful API management platform |
| ขนาดไฟล์ | 165 KB |
| จำนวนการติดตั้ง | 9,000 |
| เวอร์ชันปัจจุบัน | 2.2.0 |
| อัปเดตครั้งล่าสุด | 2021-06-08 |
| วันที่เผยแพร่ | 2020-08-04 |
| คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://apizza.net |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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",
" | |