Anywhere Search
This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.
Co to jest Anywhere Search?
Anywhere Search to rozszerzenie Chrome opracowane przez https://v-media.me, a jego główną funkcją jest „This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Anywhere Search
Pobierz pliki rozszerzeń Anywhere Search 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
Hello from AnyWhereSearch! Please enjoy your search experience. The AnyWhereSearch extension will configure your default search and new tab to Anywhere Search. By clicking "Add to Chrome", you accept and agree to install the AnyWhereSearch chrome extension, set the Chrome new tab and default search to AnywhereSearch powered by Bing, and adhere to the Terms of Use (https://anywheresearch.com/terms.html) and Privacy Policy (https://anywheresearch.com/privacy-policy.html) .
Podstawowe informacje o rozszerzeniu
Nazwa | Anywhere Search |
ID | hboldpniicbdhlfcejjlkdgnbppiaajn |
Oficjalny URL | https://chromewebstore.google.com/detail/anywhere-search/hboldpniicbdhlfcejjlkdgnbppiaajn |
Opis | This Extension will set default search to Anywhere Search. Use it by typing a query in the search field. |
Rozmiar pliku | 13.27 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2021-07-15 |
Data Publikacji | 2021-04-01 |
Ocena | 5.00/5 Łącznie 8 Oceny |
Deweloper | https://v-media.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://anywheresearch.com |
Adres URL Strony Pomocy | https://anywheresearch.com/support |
Adres URL Strony Polityki Prywatności | https://v-media.me |
Obsługiwane Języki | en-US |
manifest.json | |
{ "action": { "default_action": "image\/16.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/anywheresearch.com\/favicon.ico", "is_default": true, "keyword": "Anywhere Search", "name": "Anywhere Search", "search_url": "https:\/\/anywheresearch.com\/?id=26&keyword={searchTerms}" } }, "chrome_url_overrides": { "newtab": "my.html" }, "description": "This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.", "homepage_url": "https:\/\/anywheresearch.com\/", "host_permissions": [ "https:\/\/anywheresearch.com\/*" ], "icons": { "128": "image\/128.png", "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "64": "image\/64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSB2DS0DTzFrpS9tI57JreTMpNxqvzuwsuMBHkUkwNFwB4Z5ODhUnO5EaQdpLmcXgr3Qi\/gNNUMYuGvHZwMXRCAaXMmiP79wmVJGT42nyLDlOX4v1j2nllzW9QoZp3LNiqrqRoClWvUm75NcadNEOkc9B1IPUbWHDq5VbnPRn6cJtBeepjKSt4sd+yjy1ULHhOqLitS7CcTYhU6DuH\/95xz9\/KALBgKzkfuSSIrB3wNMrxT8vV6p1geZ\/kNA5yXp7ZkvigDI4e+2s38y1xoLychnXmzM9X9DGuZYCe+CxtCweqUllaDeH4ZwEWolCiD4wQcF9VzG31zuFWKd4LddnQIDAQAB", "manifest_version": 3, "name": "Anywhere Search", "options_ui": { "open_in_tab": true }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |