Jarvis AI
simply put, Jarvis AI program respond to your little command with real voice and help you redirect your google.xx to google.com and…
Jarvis AIคืออะไร?
Jarvis AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Babylon Gate และคุณลักษณะหลักของมันคือ "simply put, Jarvis AI program respond to your little command with real voice and help you redirect your google.xx to google.com and…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jarvis AI
ดาวน์โหลดไฟล์ส่วนขยาย Jarvis AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
simply put, Jarvis AI program respond to your little command with real voice and help you redirect your google.xx to google.com and get rid of those .cc or .se or .God knows how many .xx or.xxx are there , it's now only one google and one google.com only..
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Jarvis AI |
ID | kahgfgghgkbdbgahgmaoagapigcohbih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jarvis-ai/kahgfgghgkbdbgahgmaoagapigcohbih |
คำอธิบาย | simply put, Jarvis AI program respond to your little command with real voice and help you redirect your google.xx to google.com and… |
ขนาดไฟล์ | 1.18 MB |
จำนวนการติดตั้ง | 3,722 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-01-30 |
วันที่เผยแพร่ | 2017-01-30 |
คะแนน | 2.47/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Babylon Gate |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jarvis AI", "manifest_version": 2, "version": "1.1", "icons": { "16": "jr.jpg", "128": "j.gif" }, "background_page": "background.html", "browser_action": { "default_icon": "jr.jpg", "default_title": "j.gif" }, "permissions": [ "tabs", "contextMenus", "http:\/\/www.google.com\/buzz\/api\/buzzThis\/buzzCounter" ], "background": { "scripts": [ "script.js" ] } } |