DuckDuckGo Search - Context Menu and Omnibox

Search DuckDuckGo using the context menu option and omnibox.

DuckDuckGo Search - Context Menu and Omniboxとは何ですか?

DuckDuckGo Search - Context Menu and Omniboxはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Search DuckDuckGo using the context menu option and omnibox.」です。

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

screenshot

DuckDuckGo Search - Context Menu and Omnibox拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        1> Highlight text and right click on it. Select the option to search that text query with DuckDuckGo search engine in a new tab.

2> Type "ddg " in the address bar (omnibox), and type your search query and hit the enter key.

Simple and light-weight extension. Doesn't require any permission. Read more on our homepage: https://browsernative.com/duckduckgo-chrome-extension/

Extension created by BrowserNative, not affiliated with DuckDuckGo.                    

拡張機能の基本情報

名前 DuckDuckGo Search - Context Menu and Omnibox DuckDuckGo Search - Context Menu and Omnibox
ID fepjgbgflmnaieiodmkkclhjfihdhoid
公式URL https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid
説明 Search DuckDuckGo using the context menu option and omnibox.
ファイルサイズ 6.9 KB
インストール数 1,359
現在のバージョン 0.0.2
最終更新日 2019-10-12
公開日 2019-10-12
評価 4.00/5 合計 4 レビュー
開発者 https://browsernative.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://browsernative.com/duckduckgo-chrome-extension/
ヘルプページのURL https://browsernative.com/duckduckgo-chrome-extension/
プライバシーポリシーページのURL https://browsernative.com/extensions-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckGo Search - Context Menu and Omnibox",
    "short_name": "DDG Search",
    "description": "Search DuckDuckGo using the context menu option and omnibox.",
    "version": "0.0.2",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "ddg"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/duckduckgo-chrome-extension\/"
}