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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "XYO - Apps to the People, re-imagine how people discover mobile apps. XYO.net is an app search engine for all smartphones, just…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XYO.net app search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}