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…

Co to jest XYO.net app search?

XYO.net app search to rozszerzenie Chrome opracowane przez http://xyo.net, a jego główną funkcją jest „XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia XYO.net app search

Pobierz pliki rozszerzeń XYO.net app search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa XYO.net app search XYO.net app search
ID gingjooocfindbafhppmdcgpjenonccm
Oficjalny URL https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm
Opis XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…
Rozmiar pliku 29.39 KB
Liczba instalacji 91
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-09-16
Data Publikacji 2013-09-16
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper http://xyo.net
Typ Płatności free
Strona Rozszerzenia http://xyo.net/blog/
Adres URL Strony Pomocy http://xyo.net/blog/
Obsługiwane Języki 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"
    }
}