Resting
rest client focused on organization of the saved requests
Restingとは何ですか?
Restingはmirko.perilloによって開発されたChromeの拡張機能で、その主な機能は「rest client focused on organization of the saved requests」です。
拡張機能のスクリーンショット
Resting拡張機能のCRXファイルをダウンロード
Resting拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Debug, inspect and test HTTP requests in a quick and easy way. The idea behind Resting is to implement a clean, light and easy-to-use visual HTTP client to perform your daily work. Request * Support multipart, x-www-form-urlencoded, raw data request body, file upload * BASIC, Oauth2.0, JWT Authentication * Work with multiple requests using Tabs * HTTP headers auto-completion Response * Highlight the response * Copy to clipboard Contexts and variables * Use variables as placeholders into every part of the request. * Organize variables into contexts. Bookmarks * Save requests as bookmarks to future usage. * Collect bookmarks into folders. * Import/Export your bookmarks as HAR archives. Privacy Data is yours. Resting doesn't save anywhere in internet data about the APIs you invoke or any other data about the usage of Resting. Everything is store offline on your device, all the data is saved locally in the Indexed DB of your browser Resting is a community friendly project so any feedback, suggestion or issue is welcome. For any feedback come to the issue page on github or write a feedback here in the addon page.
拡張機能の基本情報
名前 | Resting |
ID | egklacbpeeiooeclkpghepnohaidpeok |
公式URL | https://chromewebstore.google.com/detail/resting/egklacbpeeiooeclkpghepnohaidpeok |
説明 | rest client focused on organization of the saved requests |
ファイルサイズ | 1.04 MB |
インストール数 | 280 |
現在のバージョン | 1.8.0 |
最終更新日 | 2023-12-14 |
公開日 | 2020-12-06 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | mirko.perillo |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://resting.owlcode.eu |
ヘルプページのURL | https://github.com/mirkoperillo/resting/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "rest client focused on organization of the saved requests", "manifest_version": 2, "name": "Resting", "version": "1.8.0", "author": "Mirko Perillo", "homepage_url": "https:\/\/github.com\/mirkoperillo\/resting", "icons": { "32": "icons\/letter-r_32.png", "64": "icons\/letter-r_64.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/letter-r_32.png" }, "permissions": [ " |