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คืออะไร?

Yet Another REST Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yet-another-rest-client.com และคุณลักษณะหลักของมันคือ "YARC (Yet Another REST Client) is an easy-to-use REST Client. Use it to develop, test and debug RESTful APIs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yet Another REST Client

ดาวน์โหลดไฟล์ส่วนขยาย Yet Another REST Client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yet Another REST Client Yet Another REST Client
ID ehafadccdcdedbhcbddihehiodgcddpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yet-another-rest-client/ehafadccdcdedbhcbddihehiodgcddpl
คำอธิบาย YARC (Yet Another REST Client) is an easy-to-use REST Client. Use it to develop, test and debug RESTful APIs.
ขนาดไฟล์ 3.79 MB
จำนวนการติดตั้ง 70,196
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-06-07
วันที่เผยแพร่ 2017-12-31
คะแนน 4.39/5 รวมทั้งหมด 132 คะแนน
ผู้พัฒนา https://yet-another-rest-client.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://yet-another-rest-client.com/
ภาษาที่รองรับ 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": [
        "",
        "clipboardWrite",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "img\/logo_19x19.png",
            "38": "img\/logo_38x38.png"
        }
    }
}