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.
擴展基本資訊
名稱 | Virtual Assistant |
ID | cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
官方網址 | 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" } } |