VoiSmart Social Chat
Enhanced browser support for VoiSmart Social Chat
VoiSmart Social Chatとは何ですか?
VoiSmart Social Chatはdevelopによって開発されたChromeの拡張機能で、その主な機能は「Enhanced browser support for VoiSmart Social Chat」です。
拡張機能のスクリーンショット
VoiSmart Social Chat拡張機能のCRXファイルをダウンロード
VoiSmart Social Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enhanced browser support for VoiSmart Social Chat
拡張機能の基本情報
名前 | VoiSmart Social Chat |
ID | dapnjppagigkdklehjnihbflmgkpbapm |
公式URL | https://chromewebstore.google.com/detail/voismart-social-chat/dapnjppagigkdklehjnihbflmgkpbapm |
説明 | Enhanced browser support for VoiSmart Social Chat |
ファイルサイズ | 9.89 KB |
インストール数 | 4,166 |
現在のバージョン | 1.1 |
最終更新日 | 2016-12-13 |
公開日 | 2016-12-13 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | develop |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VoiSmart Social Chat", "short_name": "VoiSmartChat", "version": "1.1", "minimum_chrome_version": "50", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "idle", "tabs", "storage", "alarms", "*:\/\/*\/*" ] } |