AIO Search

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

AIO Searchとは何ですか?

AIO Searchはhttps://aiosearch.comによって開発されたChromeの拡張機能で、その主な機能は「All in one meta search engine collecting all search engines on a single page」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

AIO Search拡張機能のCRXファイルをダウンロード

AIO Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}