Search In DuckDuckGo

Some Extra seach engine

What is Search In DuckDuckGo?

Search In DuckDuckGo is a Chrome extension developed by Bortasz, and its main feature is "Some Extra seach engine".

Extension Screenshots

Download Search In DuckDuckGo Extension CRX File

Download Search In DuckDuckGo 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

                        Add option to contextual menu. So you can mark a text, right click on it and search in DuckDuckGO.                    

Extension Basic Information

Name Search In DuckDuckGo Search In DuckDuckGo
ID hnioohfkinddobpfcjojnlifagaapemm
Official URL https://chromewebstore.google.com/detail/search-in-duckduckgo/hnioohfkinddobpfcjojnlifagaapemm
Description Some Extra seach engine
File Size 446 KB
Installation Count 226
Current Version 1.0
Last Updated 2016-11-19
Publish Date 2016-11-18
Rating 5.00/5 Total 2 Ratings
Developer Bortasz
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search In DuckDuckGo",
    "description": "Some Extra seach engine",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "Searchin.js"
        ]
    },
    "icons": {
        "128": "search32x32.png"
    }
}