Search Enhancement
Adds links to Reddit, Wikipedia, Twitter directlly on Google search page
Co je Search Enhancement?
Search Enhancement je rozšíření Chrome vyvinuté NewGuy, a jeho hlavní funkcí je „Adds links to Reddit, Wikipedia, Twitter directlly on Google search page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Search Enhancement
Stáhněte si soubory rozšíření Search Enhancement ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Search Enhancement |
ID | clengamlcdgnhjgcoafhlniadbnnilhp |
Oficiální URL | https://chromewebstore.google.com/detail/search-enhancement/clengamlcdgnhjgcoafhlniadbnnilhp |
Popis | Adds links to Reddit, Wikipedia, Twitter directlly on Google search page |
Velikost souboru | 6.45 KB |
Počet instalací | 90 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2022-11-21 |
Datum Vydání | 2022-11-20 |
Vývojář | NewGuy |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |