SureUtils » REST API Client

REST API Client by SureUtils to Construct custom HTTP requests to directly test your web services.

SureUtils » REST API Clientคืออะไร?

SureUtils » REST API Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SureShinde และคุณลักษณะหลักของมันคือ "REST API Client by SureUtils to Construct custom HTTP requests to directly test your web services."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SureUtils » REST API Client

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

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

                                            

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

ชื่อ SureUtils » REST API Client SureUtils » REST API Client
ID dgkahgnanakhlgjkeefeddoeoinbobbk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sureutils-%C2%BB-rest-api-clie/dgkahgnanakhlgjkeefeddoeoinbobbk
คำอธิบาย REST API Client by SureUtils to Construct custom HTTP requests to directly test your web services.
ขนาดไฟล์ 876 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2017-03-09
วันที่เผยแพร่ 2017-03-09
คะแนน 4.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา SureShinde
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "name": "__MSG_name__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_description__",
    "version": "2.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "512": "icons\/icon_512.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_16.png",
        "default_title": "__MSG_name__"
    },
    "options_page": "index.html",
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "debugger",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "https:\/\/www.googleapis.com\/chromewebstore\/v1.1\/notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src  'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA07UaLEaxazWWmxvvVsE4s+IiLUwvkzUOrgS6axBJ4fQVAb\/3nBfSlsgc0VUDbaS4Tgz71GH7oD2MyI1UFDru2MCDeM0tvvu\/8zdWnGAQBrELshy7InTKYyDQz8W5bA\/pupwBVsiONiihfJEN7M986HIwpGB95Y4nr9BekJkvozVC6EQvpDL9gpKytVYtN20eaK7GcG7j+qFOCJf1WW95DMToa936Evii+HZ391Ag1l7ePFggz7JeFLqIPW3sE1xhbkYEvxRCZKnW5fpuqQ8aaI5mRpXBcF37BAqdzMXsCbQMbWXXmRu+7zDcCQbRTYyB671jSd\/jrCSCkLYlFGDcRwIDAQAB",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/events.js"
        ]
    }
}