Search with Google Instead

You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.

什么是Search with Google Instead?

Search with Google Instead是由Alessandro Muraro开发的Chrome扩展程序,该扩展的主要功能是“You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.”。

扩展截图

screenshot
screenshot

下载Search with Google Instead扩展crx文件

下载Search with Google Instead扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds a nice blue button that performs the same search you just did on Google. No more copy/pasting your search query into google.com, this extension does it for you.                    

扩展基本信息

名称 Search with Google Instead Search with Google Instead
ID cdfkjclhhojbgnpidbejchhklnjbjfhh
官方URL https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh
简介 You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
文件大小 16.67 KB
安装次数 44
当前版本 1.01
更新时间 2018-08-07
上架时间 2018-08-07
评分 4.00/5 共3次评分
开发者 Alessandro Muraro
付费类型 free
扩展官网 https://alexmuraro.me
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search with Google Instead",
    "short_name": "Google Instead",
    "version": "1.01",
    "description": "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.",
    "author": "Alessandro Muraro",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/?*",
                "https:\/\/www.bing.com\/search?*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}