Search Enhancement
Adds links to Reddit, Wikipedia, Twitter directlly on Google search page
Cos'è Search Enhancement?
Search Enhancement è un'estensione di Chrome sviluppata da NewGuy, e la sua funzione principale è "Adds links to Reddit, Wikipedia, Twitter directlly on Google search page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search Enhancement
Scarica i file di estensione Search Enhancement in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Search Enhancement |
ID | clengamlcdgnhjgcoafhlniadbnnilhp |
URL Ufficiale | https://chromewebstore.google.com/detail/search-enhancement/clengamlcdgnhjgcoafhlniadbnnilhp |
Descrizione | Adds links to Reddit, Wikipedia, Twitter directlly on Google search page |
Dimensione del File | 6.45 KB |
Conteggio Installazioni | 90 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2022-11-21 |
Data di Pubblicazione | 2022-11-20 |
Sviluppatore | NewGuy |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |