Presearch.com Search With Us
Set your browser's default search to use Presearch.com
Co to jest Presearch.com Search With Us?
Presearch.com Search With Us to rozszerzenie Chrome opracowane przez https://presearch.com, a jego główną funkcją jest „Set your browser's default search to use Presearch.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Presearch.com Search With Us
Pobierz pliki rozszerzeń Presearch.com Search With Us 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
Allows users to search Presearch.com using the browser's address bar.
Podstawowe informacje o rozszerzeniu
Nazwa | Presearch.com Search With Us |
ID | inpoelmimmiplkcldmdljiboidfkcfbh |
Oficjalny URL | https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh |
Opis | Set your browser's default search to use Presearch.com |
Rozmiar pliku | 19.4 KB |
Liczba instalacji | 129,668 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2023-09-04 |
Data Publikacji | 2019-03-27 |
Ocena | 4.36/5 Łącznie 154 Oceny |
Deweloper | https://presearch.com |
[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": "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}" } } } |