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은(는) Babylon Gate에 의해 개발된 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…"입니다.
확장 프로그램 스크린샷
Jarvis AI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |