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
官方URL 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"
    }
}