Search Enhancement
Adds links to Reddit, Wikipedia, Twitter directlly on Google search page
Co to jest Search Enhancement?
Search Enhancement to rozszerzenie Chrome opracowane przez NewGuy, a jego główną funkcją jest „Adds links to Reddit, Wikipedia, Twitter directlly on Google search page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Search Enhancement
Pobierz pliki rozszerzeń Search Enhancement w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Search Enhancement |
ID | clengamlcdgnhjgcoafhlniadbnnilhp |
Oficjalny URL | https://chromewebstore.google.com/detail/search-enhancement/clengamlcdgnhjgcoafhlniadbnnilhp |
Opis | Adds links to Reddit, Wikipedia, Twitter directlly on Google search page |
Rozmiar pliku | 6.45 KB |
Liczba instalacji | 90 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2022-11-21 |
Data Publikacji | 2022-11-20 |
Deweloper | NewGuy |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |