AIO Search

All in one meta search engine collecting all search engines on a single page

AIO Search क्या है?

AIO Search https://aiosearch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All in one meta search engine collecting all search engines on a single page"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में AIO Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AIO Search is a handy Chrome extension that provides you with an enhanced toolbar for searching on the web by categories, and display results in tabs on one page through www.aiosearch.com website.

You can search multiple search engines grouped by category All categories and engines are editable and sortable through the drag and drop form. Site list is auto-updated keeping you up-to-date with the best search sites available.

A lot of accessible tools have been added to the toolbar to make it easy to make your search such as 'keyword auto-complete' and context menu options.

Features :

    - Search sites list by category and open them all on www.aiosearch.com tabs.
    - Add your own search engines or category.
    - Personalized site list and categories saved to your www.aiosearch.com account.
    - Arrange Sites list and categories with easy drag and drop form.
    - integrated auto-complete search keywords.
    - Context menu search option for the selected text on the page.                    

एक्सटेंशन की मूल जानकारी

नाम AIO Search AIO Search
ID obhijjefkkokfaiffkcemldacdabpeei
आधिकारिक URL https://chromewebstore.google.com/detail/aio-search/obhijjefkkokfaiffkcemldacdabpeei
विवरण All in one meta search engine collecting all search engines on a single page
फ़ाइल का आकार 108 KB
स्थापना संख्या 8,869
वर्तमान संस्करण 1.6.4
अंतिम अपडेट 2020-12-07
प्रकाशन तिथि 2020-05-08
रेटिंग 4.18/5 कुल 44 रेटिंग्स
डेवलपर https://aiosearch.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.aiosearch.com
सहायता पृष्ठ URL https://www.aiosearch.com
गोपनीयता नीति पृष्ठ URL https://www.aiosearch.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_title": "AIO Search",
        "default_popup": "search.html"
    },
    "description": "All in one meta search engine collecting all search engines on a single page",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "name": "AIO Search",
    "permissions": [
        "contextMenus",
        "https:\/\/suggestqueries.google.com\/*",
        "cookies",
        "https:\/\/www.aiosearch.com\/"
    ],
    "version": "1.6.4",
    "homepage_url": "https:\/\/www.aiosearch.com\/",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}