VSD Exerciser
This is a Nuage VSD API exerciser
VSD Exerciserとは何ですか?
VSD ExerciserはPatrick Dumaisによって開発されたChromeの拡張機能で、その主な機能は「This is a Nuage VSD API exerciser」です。
拡張機能のスクリーンショット
VSD Exerciser拡張機能のCRXファイルをダウンロード
VSD Exerciser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An interface for practicing the usage of the Nuage VSD API 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |