VSD Exerciser

This is a Nuage VSD API exerciser

VSD Exerciserคืออะไร?

VSD Exerciser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick Dumais และคุณลักษณะหลักของมันคือ "This is a Nuage VSD API exerciser"

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

screenshot

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

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

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

                        An interface for practicing the usage of the Nuage VSD API                    

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

ชื่อ VSD Exerciser VSD Exerciser
ID oapjdnoibpflcobonjjieifmaakhmnbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vsd-exerciser/oapjdnoibpflcobonjjieifmaakhmnbf
คำอธิบาย This is a Nuage VSD API exerciser
ขนาดไฟล์ 393 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2017-09-08
วันที่เผยแพร่ 2017-09-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Patrick Dumais
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VSD Exerciser",
    "description": "This is a Nuage VSD API exerciser",
    "version": "1.1.6",
    "permissions": [
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "launcher.html"
    },
    "offline_enabled": true
}