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 |
| Eメール | [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": [
" | |