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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kastgames.com และคุณลักษณะหลักของมันคือ "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Virtual Assistant
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |