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…
What is XYO.net app search?
XYO.net app search is a Chrome extension developed by http://xyo.net, and its main feature is "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".
Extension Screenshots
Download XYO.net app search Extension CRX File
Download XYO.net app search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gingjooocfindbafhppmdcgpjenonccm |
Official URL | 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… |
File Size | 29.39 KB |
Installation Count | 91 |
Current Version | 1.0 |
Last Updated | 2013-09-16 |
Publish Date | 2013-09-16 |
Rating | 4.00/5 Total 4 Ratings |
Developer | http://xyo.net |
Payment Type | free |
Extension Website | http://xyo.net/blog/ |
Help Page URL | http://xyo.net/blog/ |
Supported Languages | 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" } } |