Duck Duck Google

Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.

Duck Duck Googleとは何ですか?

Duck Duck Googleはhttp://clintonmedbery.devによって開発されたChromeの拡張機能で、その主な機能は「Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.」です。

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

screenshot

Duck Duck Google拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Don't want to use google? Well maybe you want to use google occasionally when DuckDuckGo doesn't match that awful 4 page long error code your bad programming spits out? DuckDuckGoogle adds a simple button to DuckDuckGo to search in Google on the fly. Don't worry, we won't tell anyone.                    

拡張機能の基本情報

名前 Duck Duck Google Duck Duck Google
ID fpnifenmokdnegahekoobkoinidabcoi
公式URL https://chrome.google.com/webstore/detail/duck-duck-google/fpnifenmokdnegahekoobkoinidabcoi
説明 Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.
ファイルサイズ 12.82 KB
インストール数 1,222
現在のバージョン 1.0.1
最終更新日 2021-03-07
公開日 2021-03-05
評価 4.00/5 合計 5 レビュー
開発者 http://clintonmedbery.dev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duck Duck Google",
    "version": "1.0.1",
    "description": "Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.duckduckgo.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "duckDuckGoogle.js"
            ],
            "css": [
                "duck-duck.styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/duckduckgoogle_16.png",
        "48": "images\/duckduckgoogle_48.png",
        "128": "images\/duckduckgoogle_128.png"
    },
    "manifest_version": 2
}