DuckDuckRun

Extends the DuckDuckGo search with some shortcuts

DuckDuckRunとは何ですか?

DuckDuckRunはMax Krejaによって開発されたChromeの拡張機能で、その主な機能は「Extends the DuckDuckGo search with some shortcuts」です。

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

screenshot

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

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

拡張機能の使用方法

                        Extends the DuckDuckGo search page by a few nice shortcuts                    

拡張機能の基本情報

名前 DuckDuckRun DuckDuckRun
ID mfhihnceimlibmfjghmnapfebkdaodck
公式URL https://chrome.google.com/webstore/detail/duckduckrun/mfhihnceimlibmfjghmnapfebkdaodck
説明 Extends the DuckDuckGo search with some shortcuts
ファイルサイズ 87.35 KB
インストール数 119
現在のバージョン 1.1
最終更新日 2019-10-01
公開日 2019-10-01
開発者 Max Kreja
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckRun",
    "description": "Extends the DuckDuckGo search with some shortcuts",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*"
            ],
            "css": [
                "src\/css\/style.css"
            ],
            "js": [
                "src\/js\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}