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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |