Virtual Assistant
The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...
Virtual Assistantとは何ですか?
Virtual Assistantはhttps://www.kastgames.comによって開発されたChromeの拡張機能で、その主な機能は「The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...」です。
拡張機能のスクリーンショット
Virtual Assistant拡張機能のCRXファイルをダウンロード
Virtual Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
VirtualAssistant is a multitool cramped into an extension. You have acces to world news, your local weather condition, wikipedia articles, a calculator and a lot of other cool stuff. There's even a little chatbot. All in all, VirtualAssistent is a very fast and easy way to get the information you want. 拡張機能の基本情報
| 名前 | |
| ID | cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
| 公式URL | https://chromewebstore.google.com/detail/virtual-assistant/cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
| 説明 | The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things... |
| ファイルサイズ | 155 KB |
| インストール数 | 203 |
| 現在のバージョン | 4 |
| 最終更新日 | 2015-06-14 |
| 公開日 | 2015-06-14 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | https://www.kastgames.com |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Virtual Assistant",
"manifest_version": 2,
"version": "4",
"description": "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...",
"content_security_policy": "script-src 'self' https:\/\/en.wikipedia.org https:\/\/maps.gstatic.com https:\/\/maps.googleapis.com https:\/\/www.google.com 'unsafe-eval' https:\/\/; object-src 'self'",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/*\/",
"https:\/\/www.google.com\/*",
"http:\/\/www.google.com\/*",
"https:\/\/www.en.wikipedia.org\/*",
"http:\/\/www.en.wikipedia.org\/*"
],
"browser_action": {
"name": "Extension",
"icons": [
"icon.png"
],
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |