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…
Was ist XYO.net app search?
XYO.net app search ist eine Chrome-Erweiterung, die von http://xyo.net entwickelt wurde, und ihr Hauptmerkmal ist "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".
Erweiterungsscreenshots
XYO.net app search-Erweiterungs-CRX-Datei herunterladen
Laden Sie XYO.net app search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gingjooocfindbafhppmdcgpjenonccm |
Offizielle URL | https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm |
Beschreibung | XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just… |
Dateigröße | 29.39 KB |
Installationsanzahl | 91 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-09-16 |
Veröffentlichungsdatum | 2013-09-16 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | http://xyo.net |
Zahlungsart | free |
Erweiterungswebsite | http://xyo.net/blog/ |
Hilfeseite URL | http://xyo.net/blog/ |
Unterstützte Sprachen | 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" } } |