Advanced Search for Chrome

Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia

Advanced Search for Chrome란 무엇입니까?

Advanced Search for Chrome은(는) https://dexeos.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Advanced Search for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia

Switch easily between Bing, Wikipedia, Ask.com and Yahoo directly from your new tab page. Advanced Search for Chrome allows you to manage your favorite search providers all in one place.  Advanced Search will make Bing your search from Omni and New Tab but updating your preferences to Wikipedia, Ask, or Yahoo only takes one click. 

How does it work?
1. Choose your desired search engine straight from the new tab page
2. Search for any content you want both from your address bar the new tab page

How do I uninstall this extension?
Click on the Chrome Menu icon to open the menu, Click on Settings, On the left window pane click on Extensions, Choose the extension from the list, Click on the Trash bin icon to the right of the extension, then on the pop-up window click on the Remove button.

Welcome to Advanced Search for Chrome! Get started with the best search manager that offers web, image, video, and shopping results.

Thanks for using Advanced Search for Chrome.                    

확장 프로그램 기본 정보

이름 Advanced Search for Chrome Advanced Search for Chrome
ID hddplepddicnloeicfmihmldbpllgmaf
공식 URL https://chromewebstore.google.com/detail/advanced-search-for-chrom/hddplepddicnloeicfmihmldbpllgmaf
설명 Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia
파일 크기 3.13 MB
설치 횟수 911
현재 버전 1.013
최근 업데이트 2020-01-20
출시 날짜 2020-01-13
평점 5.00/5 총 1 개의 평점
개발자 https://dexeos.net
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.dictation.tools/privacy.html
지원되는 언어 en-US
manifest.json
{
    "version": "1.013",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Advanced Search for Chrome",
    "short_name": "Search Manager",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search Manager",
            "keyword": "Search Manager",
            "search_url": "https:\/\/dexeos.net\/search?a=b&q={searchTerms}",
            "favicon_url": "https:\/\/dexeos.net\/16.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "scripts": [
            "lib\/bg.js"
        ]
    },
    "description": "Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia",
    "icons": {
        "128": "\/img\/128.png",
        "64": "\/img\/64.png",
        "32": "\/img\/32.png",
        "16": "\/img\/16.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/dexeos.net\/*",
        "storage",
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "app.html"
    }
}