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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}