VSD Exerciser

This is a Nuage VSD API exerciser

什么是VSD Exerciser?

VSD Exerciser是由Patrick Dumais开发的Chrome扩展程序,该扩展的主要功能是“This is a Nuage VSD API exerciser”。

扩展截图

screenshot

下载VSD Exerciser扩展crx文件

下载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
}