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…
Vad är XYO.net app search?
XYO.net app search är en Chrome-tillägg utvecklad av http://xyo.net, och dess huvudfunktion är "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".
Tilläggsskärmbilder
Ladda ner XYO.net app search-förlängningens CRX-fil
Ladda ner XYO.net app search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | gingjooocfindbafhppmdcgpjenonccm |
Officiell webbadress | https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm |
Beskrivning | XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just… |
Filstorlek | 29.39 KB |
Antal Installationer | 91 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-09-16 |
Publiceringsdatum | 2013-09-16 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | http://xyo.net |
Betalningssätt | free |
Tilläggswebbplats | http://xyo.net/blog/ |
Hjälpsida URL | http://xyo.net/blog/ |
Stödda Språk | 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" } } |