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 هو إضافة Chrome تم تطويرها بواسطة http://xyo.net، والميزة الرئيسية لها هي "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة XYO.net app search
قم بتنزيل ملفات الامتداد XYO.net app search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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/ |
عنوان صفحة المساعدة | 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" } } |