Restfox
Minimalistic HTTP Client for API Development and Testing
Restfoxとは何ですか?
Restfoxはhttps://restfox.devによって開発されたChromeの拡張機能で、その主な機能は「Minimalistic HTTP Client for API Development and Testing」です。
拡張機能のスクリーンショット
Restfox拡張機能のCRXファイルをダウンロード
Restfox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Restfox is a minimalistic HTTP Client for API Development and Testing. Which gets out of your way and keeps things simple.
Features:
- Workspaces
- Tabs
- Nested Folders
- Lots of context menus
- Response history
- Plugins
- GraphQL support
- Import collections exported from Postman and Insomnia
- Simple user friendly interface 拡張機能の基本情報
| 名前 | |
| ID | fihmegnabgglklkppphibngblkomlhcn |
| 公式URL | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
| 説明 | Minimalistic HTTP Client for API Development and Testing |
| ファイルサイズ | 3.82 MB |
| インストール数 | 404 |
| 現在のバージョン | 1.0.604 |
| 最終更新日 | 2024-01-17 |
| 公開日 | 2022-11-25 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://restfox.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/flawiddsouza/Restfox/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Restfox",
"description": "Minimalistic HTTP Client for API Development and Testing",
"version": "1.0.604",
"manifest_version": 3,
"icons": {
"512": "icons\/favicon.png"
},
"permissions": [],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"512": "icons\/favicon.png"
}
}
} | |