RESTer

A REST client for almost any web service.

RESTerคืออะไร?

RESTer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jan Kühle และคุณลักษณะหลักของมันคือ "A REST client for almost any web service."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RESTer

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

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

                        You can...

- perform HTTP requests with any method, URL, body and custom headers.
- save favorite requests and organize them in collections.
- view a history of your requests, which includes the full request and response.

The add-on supports the following goodies:

- Create and save your authorization headers with Basic or OAuth2 authentication.
- Use placeholders in saved requests.
- Use shortcuts for the frequently used actions (try pressing "?" to see the available shortcuts for the current context).                    

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

ชื่อ RESTer RESTer
ID eejfoncpjfgmeleakejdcanedmefagga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rester/eejfoncpjfgmeleakejdcanedmefagga
คำอธิบาย A REST client for almost any web service.
ขนาดไฟล์ 2.12 MB
จำนวนการติดตั้ง 37,083
เวอร์ชันปัจจุบัน 4.12.0
อัปเดตครั้งล่าสุด 2023-11-26
วันที่เผยแพร่ 2020-06-14
คะแนน 4.65/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Jan Kühle
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/frigus02/RESTer
URL หน้าช่วยเหลือ https://github.com/frigus02/RESTer/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RESTer",
    "version": "4.12.0",
    "description": "A REST client for almost any web service.",
    "author": "Jan K\u00fchle",
    "homepage_url": "https:\/\/github.com\/frigus02\/RESTer",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "unlimitedStorage",
        ""
    ],
    "optional_permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background\/bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "minimum_chrome_version": "67"
}