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 là gì?
XYO.net app search là một tiện ích mở rộng Chrome được phát triển bởi http://xyo.net, và tính năng chính của nó là "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng XYO.net app search
Tải xuống các tệp mở rộng XYO.net app search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gingjooocfindbafhppmdcgpjenonccm |
URL Chính Thức | https://chrome.google.com/webstore/detail/xyonet-app-search/gingjooocfindbafhppmdcgpjenonccm |
Mô tả | XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just… |
Kích Thước Tệp | 29.39 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-09-16 |
Ngày Phát Hành | 2013-09-16 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://xyo.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://xyo.net/blog/ |
URL Trang Trợ Giúp | http://xyo.net/blog/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |