DuckDuckGo: Search on Google

Adds a link for searching the same query on other search engines.

DuckDuckGo: Search on Googleとは何ですか?

DuckDuckGo: Search on GoogleはGeorgios Giannoutsos Barkasによって開発されたChromeの拡張機能で、その主な機能は「Adds a link for searching the same query on other search engines.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is an unofficial extension.

Adds a link above the results, for executing the same search on different search engines.

You can select the search engine in the options page. Available search engines:

- Google
- Bing
- Yahoo
- Aol
- Excite (ofc)                    

拡張機能の基本情報

名前 DuckDuckGo: Search on Google DuckDuckGo: Search on Google
ID hpmhcekjflgjeddmkbbcfkjdggdheiff
公式URL https://chrome.google.com/webstore/detail/duckduckgo-search-on-goog/hpmhcekjflgjeddmkbbcfkjdggdheiff
説明 Adds a link for searching the same query on other search engines.
ファイルサイズ 27.25 KB
インストール数 40,000
現在のバージョン 0.0.1
最終更新日 2021-05-31
公開日 2019-08-16
評価 4.82/5 合計 34 レビュー
開発者 Georgios Giannoutsos Barkas
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://nuc.gr/privacy-policy-chrome-extension.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckGo: Search on Google",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Adds a link for searching the same query on other search engines.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/duckduckgo.com\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ],
            "matches": [
                "*:\/\/duckduckgo.com\/*"
            ]
        }
    ]
}