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" ] } } |