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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}