Presearch.com Search With Us
Set your browser's default search to use Presearch.com
Cos'è Presearch.com Search With Us?
Presearch.com Search With Us è un'estensione di Chrome sviluppata da https://presearch.com, e la sua funzione principale è "Set your browser's default search to use Presearch.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Presearch.com Search With Us
Scarica i file di estensione Presearch.com Search With Us 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
Allows users to search Presearch.com using the browser's address bar.
Informazioni di Base sull'Estensione
Nome | Presearch.com Search With Us |
ID | inpoelmimmiplkcldmdljiboidfkcfbh |
URL Ufficiale | https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh |
Descrizione | Set your browser's default search to use Presearch.com |
Dimensione del File | 19.4 KB |
Conteggio Installazioni | 129,668 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2023-09-04 |
Data di Pubblicazione | 2019-03-27 |
Valutazione | 4.36/5 Totale 154 Valutazioni |
Sviluppatore | https://presearch.com |
[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": "Presearch.com Search With Us", "description": "Set your browser's default search to use Presearch.com", "version": "1.8", "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.presearch.com\/*" ], "js": [ "assets\/send-message.js" ] } ], "chrome_settings_overrides": { "search_provider": { "name": "Presearch", "keyword": "Presearch.com", "search_url": "https:\/\/presearch.com\/extsearch?term={searchTerms}", "favicon_url": "https:\/\/www.presearch.com\/favicon.ico", "encoding": "UTF-8", "is_default": true, "suggest_url": "https:\/\/presearch.com\/api\/suggest?q={searchTerms}" } } } |