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 |
官方網址 | 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 |
電子郵箱 | [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": [ " |