REST Client APIsHub
A Modern and simple API testing tool!
什么是REST Client APIsHub?
REST Client APIsHub是由https://apishub.com开发的Chrome扩展程序,该扩展的主要功能是“A Modern and simple API testing tool!”。
扩展截图
下载REST Client APIsHub扩展crx文件
下载REST Client APIsHub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Modern , simple and free tool to develop, test and debug RESTful APIs 扩展基本信息
| 名称 | |
| ID | dabkfpeebkikmgdianbkchblbdibbfhl |
| 官方URL | https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl |
| 简介 | A Modern and simple API testing tool! |
| 文件大小 | 9.76 MB |
| 安装次数 | 3,050 |
| 当前版本 | 2.4 |
| 更新时间 | 2020-06-21 |
| 上架时间 | 2020-06-21 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | https://apishub.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://apishub.com/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Abdul Qadir ([email protected])",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "icons\/icon-19.png",
"38": "icons\/icon-38.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/restclient.apishub.com\/*"
],
"js": [
"content-script.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"description": "A Modern and simple API testing tool!",
"icons": {
"128": "icons\/icon-128.png",
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png"
},
"incognito": "split",
"manifest_version": 2,
"name": "REST Client APIsHub",
"permissions": [
" | |