Yet Another REST Client
YARC (Yet Another REST Client) is an easy-to-use REST Client. Use it to develop, test and debug RESTful APIs.
Yet Another REST Client là gì?
Yet Another REST Client là một tiện ích mở rộng Chrome được phát triển bởi https://yet-another-rest-client.com, và tính năng chính của nó là "YARC (Yet Another REST Client) is an easy-to-use REST Client. Use it to develop, test and debug RESTful APIs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yet Another REST Client
Tải xuống các tệp mở rộng Yet Another REST Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
YARC has a number of powerful features... Favorites: - Save favorite requests (including headers, payload etc.) and re-use them with the click of a button. - Import/Export favorites. - Your favorites are automatically synced with your Google account and are not tied to a single machine. History: - View all your previous requests and responses. - Easily run them again. - Easily filter out the requests you're not interested in. Custom Headers: - Choose from a large range of existing request headers. - Create and save your own custom request headers. More... - View the request response in beautiful syntax highlighting (including JSON, XML, HTML and CSS). - See how long each request took to complete. - Supports GET, POST, PUT, DELETE, PATCH, HEAD and OPTIONS request methods. Custom request methods can also be added by the user. - HTTP Basic Authentication. - Responsive Design. - Dark Mode. - 100% Free. No strings attached. Note on Extension Permissions: The badly named "Read and change all your data" permission is required to send a request to any domain. YARC does not access or use your data in any way.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yet Another REST Client |
ID | ehafadccdcdedbhcbddihehiodgcddpl |
URL Chính Thức | https://chromewebstore.google.com/detail/yet-another-rest-client/ehafadccdcdedbhcbddihehiodgcddpl |
Mô tả | YARC (Yet Another REST Client) is an easy-to-use REST Client. Use it to develop, test and debug RESTful APIs. |
Kích Thước Tệp | 3.79 MB |
Số Lần Cài Đặt | 70,196 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2022-06-07 |
Ngày Phát Hành | 2017-12-31 |
Đánh Giá | 4.39/5 Tổng số 132 Đánh Giá |
Nhà Phát Triển | https://yet-another-rest-client.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://yet-another-rest-client.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yet Another REST Client", "version": "1.2.0", "description": "YARC (Yet Another REST Client) is an easy-to-use REST Client. Use it to develop, test and debug RESTful APIs.", "short_name": "YARC", "author": "Paul Hitz", "icons": { "16": "img\/logo_16x16.png", "48": "img\/logo_48x48.png", "128": "img\/logo_128x128.png" }, "background": { "scripts": [ "extension\/background.js" ] }, "incognito": "split", "permissions": [ " |