Test the Rest!

Test the Rest.

Test the Rest!คืออะไร?

Test the Rest! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vishal Joshi และคุณลักษณะหลักของมันคือ "Test the Rest."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Test the Rest!

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

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

                        Test the JSON based rest service                    

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

ชื่อ Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
คำอธิบาย Test the Rest.
ขนาดไฟล์ 808 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.22.1
อัปเดตครั้งล่าสุด 2015-12-08
วันที่เผยแพร่ 2015-12-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Vishal Joshi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Test the Rest!",
    "description": "Test the Rest.",
    "version": "0.22.1",
    "author": "Vishal Joshi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "testTheRest_128_128.png",
        "default_popup": "popup.html",
        "default_title": "Test the Rest."
    },
    "icons": {
        "16": "testTheRest-16_16.png",
        "48": "testTheRest-48_48.png",
        "128": "testTheRest_128_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}