Add google search option to duckduckgo

Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!

Add google search option to duckduckgo란 무엇입니까?

Add google search option to duckduckgo은(는) JFCCoding에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!"입니다.

확장 프로그램 스크린샷

screenshot

Add google search option to duckduckgo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hate when your using different search engines and you want to check a different one like google for different results? Well I added a button under the search bar that will do just this! It will open a new window with search what you were looking for into google!

Search Engines currently supported:
DuckDuckGo
Microsoft Bing                    

확장 프로그램 기본 정보

이름 Add google search option to duckduckgo Add google search option to duckduckgo
ID oopkohppehamfoconkdjlhamenlijmkb
공식 URL https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb
설명 Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
파일 크기 22.88 KB
설치 횟수 49
현재 버전 1.1
최근 업데이트 2024-01-25
출시 날짜 2020-10-06
평점 5.00/5 총 1 개의 평점
개발자 JFCCoding
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jfc-hosting.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add google search option to duckduckgo",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/duckduckgo.com\/?q=*",
                "https:\/\/www.bing.com\/search?q=*"
            ]
        }
    ]
}