Search Enhancement
Adds links to Reddit, Wikipedia, Twitter directlly on Google search page
What is Search Enhancement?
Search Enhancement is a Chrome extension developed by NewGuy, and its main feature is "Adds links to Reddit, Wikipedia, Twitter directlly on Google search page".
Extension Screenshots
Download Search Enhancement Extension CRX File
Download Search Enhancement 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
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.
Extension Basic Information
Name | Search Enhancement |
ID | clengamlcdgnhjgcoafhlniadbnnilhp |
Official URL | https://chromewebstore.google.com/detail/search-enhancement/clengamlcdgnhjgcoafhlniadbnnilhp |
Description | Adds links to Reddit, Wikipedia, Twitter directlly on Google search page |
File Size | 6.45 KB |
Installation Count | 90 |
Current Version | 2.0 |
Last Updated | 2022-11-21 |
Publish Date | 2022-11-20 |
Developer | NewGuy |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |