Search Enhancement

Adds links to Reddit, Wikipedia, Twitter directlly on Google search page

什么是Search Enhancement?

Search Enhancement是由NewGuy开发的Chrome扩展程序,该扩展的主要功能是“Adds links to Reddit, Wikipedia, Twitter directlly on Google search page”。

扩展截图

screenshot

下载Search Enhancement扩展crx文件

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

扩展使用说明

                        Help you quickly jump to the search page of other websites such as Twitter, Wikipedia or Reddit straight from Google's result page and keeping your search term in the new pages.
Just search any term on google and see the new links under the search bar.                    

扩展基本信息

名称 Search Enhancement Search Enhancement
ID clengamlcdgnhjgcoafhlniadbnnilhp
官方URL https://chromewebstore.google.com/detail/search-enhancement/clengamlcdgnhjgcoafhlniadbnnilhp
简介 Adds links to Reddit, Wikipedia, Twitter directlly on Google search page
文件大小 6.45 KB
安装次数 90
当前版本 2.0
更新时间 2022-11-21
上架时间 2022-11-20
开发者 NewGuy
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Enhancement",
    "version": "2.0",
    "description": "Adds links to Reddit, Wikipedia, Twitter directlly on Google search page",
    "icons": {
        "48": "icons\/search-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ],
            "js": [
                "search.js"
            ]
        }
    ]
}