DuckDuckGo Search Engines for Chrome

All of the thousands of search engines from DuckDuckGo, in chrome! Simply type "!", press tab, then search for anything anywhere!

DuckDuckGo Search Engines for Chrome란 무엇입니까?

DuckDuckGo Search Engines for Chrome은(는) Explosion-Scratch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All of the thousands of search engines from DuckDuckGo, in chrome! Simply type "!", press tab, then search for anything anywhere!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        DuckDuckGo has a feature called bangs, which allow you to search any site through the following syntax:

![site] [search query]

Each site has one or more keys, for example, YouTube is "yt", and Google Images is "gi". This extension brings all of that to chrome, allowing you to search any website with ease.

Search engines:

See https://duckduckgo.com/bang                    

확장 프로그램 기본 정보

이름 DuckDuckGo Search Engines for Chrome DuckDuckGo Search Engines for Chrome
ID mfikohbeadpajcijohnobibodimmjhfk
공식 URL https://chromewebstore.google.com/detail/duckduckgo-search-engines/mfikohbeadpajcijohnobibodimmjhfk
설명 All of the thousands of search engines from DuckDuckGo, in chrome! Simply type "!", press tab, then search for anything anywhere!
파일 크기 534 KB
설치 횟수 980
현재 버전 1.0.0
최근 업데이트 2022-01-15
출시 날짜 2022-01-15
개발자 Explosion-Scratch
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckGo Search Engines for Chrome",
    "description": "All of the thousands of search engines from DuckDuckGo, in chrome! Simply type \"!\", press tab, then search for anything anywhere!",
    "omnibox": {
        "keyword": "!"
    },
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon-38_x_38.png"
    },
    "icons": {
        "16": "icon-16_x_16.png",
        "32": "icon-32_x_32.png",
        "48": "icon-48_x_48.png",
        "128": "icon-128_x_128.png",
        "256": "icon-256_x_256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}