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…
Wat is XYO.net app search?
XYO.net app search is een Chrome-extensie ontwikkeld door http://xyo.net, en de belangrijkste functie is "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".
Extensie Screenshots
Download het CRX-bestand van de extensie XYO.net app search
Download XYO.net app search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gingjooocfindbafhppmdcgpjenonccm |
Officiële URL | https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm |
Beschrijving | XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just… |
Bestandsgrootte | 29.39 KB |
Aantal Installaties | 91 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-09-16 |
Publicatiedatum | 2013-09-16 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://xyo.net |
Betalingswijze | free |
Extensiewebsite | http://xyo.net/blog/ |
Help Pagina-URL | http://xyo.net/blog/ |
Ondersteunde Talen | 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" } } |