Search With DuckDuckGo

Keep your search private and secure.

Search With DuckDuckGoとは何ですか?

Search With DuckDuckGoはFrostによって開発されたChromeの拡張機能で、その主な機能は「Keep your search private and secure.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Search With DuckDuckGo拡張機能のCRXファイルをダウンロード

Search With DuckDuckGo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple chrome extension that makes it faster to search text using the DuckDuckGo search engine.

I built this extension because it's time consuming to open a new tab, go to duckduckgo.com and then type or paste the text I'm searching. That's why I built this extension, to save time.

How to use:
Select any text and then right-click on the selection. You'll see the "Search with DuckDuckGo" option in the context menu, which when clicked, opens DuckDuckGo search results in a new tab.

Why to use:
DuckDuckGo claims they don't track users search.

Give it a try now and see the advantages for yourself.                    

拡張機能の基本情報

名前 Search With DuckDuckGo Search With DuckDuckGo
ID amkahembcklobdkoaaepgfpmdnobmdkh
公式URL https://chromewebstore.google.com/detail/search-with-duckduckgo/amkahembcklobdkoaaepgfpmdnobmdkh
説明 Keep your search private and secure.
ファイルサイズ 34.7 KB
インストール数 3,136
現在のバージョン 1.0.1
最終更新日 2022-03-22
公開日 2020-11-05
評価 2.75/5 合計 4 レビュー
開発者 Frost
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search With DuckDuckGo",
    "description": "Keep your search private and secure.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/16x16.png",
        "32": ".\/32x32.png",
        "48": ".\/48x48.png",
        "128": ".\/128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/16x16.png",
            "32": ".\/32x32.png",
            "48": ".\/48x48.png",
            "128": ".\/128x128.png"
        }
    },
    "permissions": [
        "contextMenus"
    ]
}