DuckDuckRun

Extends the DuckDuckGo search with some shortcuts

What is DuckDuckRun?

DuckDuckRun is a Chrome extension developed by Max Kreja, and its main feature is "Extends the DuckDuckGo search with some shortcuts".

Extension Screenshots

screenshot

Download DuckDuckRun Extension CRX File

Download DuckDuckRun extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extends the DuckDuckGo search page by a few nice shortcuts                    

Extension Basic Information

Name DuckDuckRun DuckDuckRun
ID mfhihnceimlibmfjghmnapfebkdaodck
Official URL https://chrome.google.com/webstore/detail/duckduckrun/mfhihnceimlibmfjghmnapfebkdaodck
Description Extends the DuckDuckGo search with some shortcuts
File Size 87.35 KB
Installation Count 119
Current Version 1.1
Last Updated 2019-10-01
Publish Date 2019-10-01
Developer Max Kreja
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}