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…
O que é XYO.net app search?
XYO.net app search é uma extensão do Chrome desenvolvida por http://xyo.net, e sua principal característica é "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão XYO.net app search
Baixe arquivos de extensão XYO.net app search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gingjooocfindbafhppmdcgpjenonccm |
URL Oficial | https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm |
Descrição | XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just… |
Tamanho do Arquivo | 29.39 KB |
Contagem de Instalações | 91 |
Versão Atual | 1.0 |
Última Atualização | 2013-09-16 |
Data de Publicação | 2013-09-16 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | http://xyo.net |
Tipo de Pagamento | free |
Site da Extensão | http://xyo.net/blog/ |
URL da Página de Ajuda | http://xyo.net/blog/ |
Idiomas Suportados | 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" } } |