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…

Cos'è XYO.net app search?

XYO.net app search è un'estensione di Chrome sviluppata da http://xyo.net, e la sua funzione principale è "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione XYO.net app search

Scarica i file di estensione XYO.net app search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome XYO.net app search XYO.net app search
ID gingjooocfindbafhppmdcgpjenonccm
URL Ufficiale https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm
Descrizione XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…
Dimensione del File 29.39 KB
Conteggio Installazioni 91
Versione Corrente 1.0
Ultimo Aggiornamento 2013-09-16
Data di Pubblicazione 2013-09-16
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore http://xyo.net
Tipo di Pagamento free
Sito Web dell'Estensione http://xyo.net/blog/
URL della Pagina di Aiuto http://xyo.net/blog/
Lingue Supportate 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"
    }
}