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…

什麼是XYO.net app search?

XYO.net app search是由http://xyo.net開發的Chrome擴展程式,該擴展的主要功能是“XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…”。

擴展截圖

screenshot

下載XYO.net app search擴展crx文件

下載XYO.net app search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 XYO.net app search XYO.net app search
ID gingjooocfindbafhppmdcgpjenonccm
官方網址 https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm
簡介 XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…
檔案大小 29.39 KB
安裝次數 91
目前版本 1.0
更新時間 2013-09-16
上架時間 2013-09-16
評分 4.00/5 共 4 次評分
開發者 http://xyo.net
付費類型 free
擴展官網 http://xyo.net/blog/
說明頁面URL http://xyo.net/blog/
支援的語言 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"
    }
}