XYO.net app search
XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…
Qu'est-ce que XYO.net app search ?
XYO.net app search est une extension Chrome développée par http://xyo.net, et sa fonction principale est "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension XYO.net app search
Téléchargez les fichiers d'extension XYO.net app search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just type [x] + [space] and enter your search phrase. Xyo app search allows users to find apps they really want according to their real-life interests. Find the apps you need directly from Chrome's search box, just type [x] + [space] and enter your search phrase: * Android Sports News * iPhone Weather Reports * Windows Zombie Games * Photography Apps * Recipes... and many, many more.
Informations de Base sur l'Extension
Nom | |
ID | gingjooocfindbafhppmdcgpjenonccm |
URL Officiel | https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm |
Description | XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just… |
Taille du Fichier | 29.39 KB |
Nombre d'Installations | 91 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-09-16 |
Date de Publication | 2013-09-16 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | http://xyo.net |
Type de Paiement | free |
Site Web de l'Extension | http://xyo.net/blog/ |
URL de la Page d'Aide | http://xyo.net/blog/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XYO.net app search", "manifest_version": 2, "version": "1.0", "omnibox": { "keyword": "x" }, "permissions": [ "tabs", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "images\/xyo16.png", "48": "images\/xyo48.png", "128": "images\/xyo128.png" } } |