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…」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } } |