YuiAPI

An easy-to-use rest client that helps you test the api

YuiAPIคืออะไร?

YuiAPI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yuiapi.com และคุณลักษณะหลักของมันคือ "An easy-to-use rest client that helps you test the api"

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

screenshot

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

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

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

                        An easy-to-use REST client that helps you test the API.
It has the following characteristics:
1. Support switching API HOST
2. Support grouping
3. Support batch editing parameters
4. Support code folding
5. Support code theme
6. Support JSON string format

Program support:

1. Group test
2. Support design assertions
3. Support account synchronization data
4. Support for generating API documentation                    

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

ชื่อ YuiAPI YuiAPI
ID bnmefgocpeggmnpkglmkfoidibbcogcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yuiapi/bnmefgocpeggmnpkglmkfoidibbcogcf
คำอธิบาย An easy-to-use rest client that helps you test the api
ขนาดไฟล์ 1.66 MB
จำนวนการติดตั้ง 885
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2023-01-08
วันที่เผยแพร่ 2020-06-01
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.yuiapi.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.yuiapi.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YuiAPI",
    "short_name": "YuiAPI",
    "version": "1.2.2",
    "description": "An easy-to-use rest client that helps you test the api",
    "homepage_url": "https:\/\/www.yuiapi.com",
    "author": "Yuiitsu",
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/module\/background\/module.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.yuiapi.com\/*",
                "https:\/\/www.yuiapi.com\/*"
            ],
            "js": [
                "scripts\/lib\/jquery-3.4.1.min.js",
                "scripts\/app.js",
                "scripts\/module\/content\/module.js"
            ]
        }
    ],
    "action": {
        "default_title": "YuiAPI",
        "default_icon": "images\/yuiapi-logo-32.png"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/yuiapi-logo-16.png",
        "48": "images\/yuiapi-logo-48.png",
        "128": "images\/yuiapi-logo-128.png"
    }
}