ASearching.com

Search the world

ASearching.com란 무엇입니까?

ASearching.com은(는) https://asearching.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the world"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ASearching.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This chrome extension developed by ASearching empowers users across the globe to Search anything with the best & relevant search results by Microsoft Bing.

Features of ASearching extension:
- 100% free Google Chrome extension
- Very small size and one-click installation
- Search results by Microsoft Bing

By clicking "Add to Chrome" button, you must accept and agree to install ASearching extension and have ASearching.com as your default search according to the Terms of Use and Privacy Policy.

If you use our extension, please do not hesitate to leave feedback, propose suggestions or ask questions. Your opinion is very important for us!

Learn more about Asearching Chrome Extension at:
- Homepage: https://www.asearching.com                    

확장 프로그램 기본 정보

이름 ASearching.com ASearching.com
ID gpfpngaapibkhbdghdolaghihiclhnib
공식 URL https://chromewebstore.google.com/detail/asearchingcom/gpfpngaapibkhbdghdolaghihiclhnib
설명 Search the world
파일 크기 25.89 KB
설치 횟수 16
현재 버전 2023.10.0
최근 업데이트 2023-10-24
출시 날짜 2023-08-06
개발자 https://asearching.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.asearching.com
도움말 페이지 URL https://www.asearching.com/about
개인정보 보호 정책 페이지 URL https://asearching.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "manifest_version": 3,
    "version": "2023.10.0",
    "name": "ASearching.com",
    "description": "Search the world",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Description"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/www.asearching.com",
        "search_provider": {
            "name": "ASearching.com",
            "encoding": "UTF-8",
            "is_default": true,
            "keyword": "asearching.com",
            "favicon_url": "https:\/\/www.asearching.com\/favicon.ico",
            "search_url": "https:\/\/www.asearching.com\/?q={searchTerms}",
            "suggest_url": "https:\/\/www.asearching.com\/ac\/?q={searchTerms}&type=list"
        }
    }
}