Add google search option to duckduckgo

Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!

什么是Add google search option to duckduckgo?

Add google search option to duckduckgo是由JFCCoding开发的Chrome扩展程序,该扩展的主要功能是“Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!”。

扩展截图

screenshot

下载Add google search option to duckduckgo扩展crx文件

下载Add google search option to duckduckgo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hate when your using different search engines and you want to check a different one like google for different results? Well I added a button under the search bar that will do just this! It will open a new window with search what you were looking for into google!

Search Engines currently supported:
DuckDuckGo
Microsoft Bing                    

扩展基本信息

名称 Add google search option to duckduckgo Add google search option to duckduckgo
ID oopkohppehamfoconkdjlhamenlijmkb
官方URL https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb
简介 Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
文件大小 22.88 KB
安装次数 49
当前版本 1.1
更新时间 2024-01-25
上架时间 2020-10-06
评分 5.00/5 共1次评分
开发者 JFCCoding
电子邮箱 [email protected]
付费类型 free
扩展官网 https://jfc-hosting.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add google search option to duckduckgo",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/duckduckgo.com\/?q=*",
                "https:\/\/www.bing.com\/search?q=*"
            ]
        }
    ]
}