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
官方網址 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"
            ]
        }
    ]
}