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…

Apa itu XYO.net app search?

XYO.net app search adalah ekstensi Chrome yang dikembangkan oleh http://xyo.net, dan fitur utamanya adalah "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi XYO.net app search

Unduh file ekstensi XYO.net app search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama XYO.net app search XYO.net app search
ID gingjooocfindbafhppmdcgpjenonccm
URL Resmi https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm
Deskripsi XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…
Ukuran File 29.39 KB
Jumlah Instalasi 91
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-09-16
Tanggal Publikasi 2013-09-16
Penilaian 4.00/5 Total 4 Penilaian
Pengembang http://xyo.net
Tipe Pembayaran free
Situs Ekstensi http://xyo.net/blog/
URL Halaman Bantuan http://xyo.net/blog/
Bahasa yang Didukung 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"
    }
}