Anywhere Search
This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.
Cos'è Anywhere Search?
Anywhere Search è un'estensione di Chrome sviluppata da https://v-media.me, e la sua funzione principale è "This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Anywhere Search
Scarica i file di estensione Anywhere Search 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
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) .
Informazioni di Base sull'Estensione
Nome | Anywhere Search |
ID | hboldpniicbdhlfcejjlkdgnbppiaajn |
URL Ufficiale | https://chromewebstore.google.com/detail/anywhere-search/hboldpniicbdhlfcejjlkdgnbppiaajn |
Descrizione | This Extension will set default search to Anywhere Search. Use it by typing a query in the search field. |
Dimensione del File | 13.27 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2021-07-15 |
Data di Pubblicazione | 2021-04-01 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | https://v-media.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://anywheresearch.com |
URL della Pagina di Aiuto | https://anywheresearch.com/support |
URL della Pagina della Politica sulla Privacy | https://v-media.me |
Lingue Supportate | 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" } |