multi-searches.com
search the web - new tab search
Cos'è multi-searches.com?
multi-searches.com è un'estensione di Chrome sviluppata da admin, e la sua funzione principale è "search the web - new tab search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione multi-searches.com
Scarica i file di estensione multi-searches.com 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
Multi-Searches is a simple and minimalist search new tab extension.
Multi-Searches - Clean and minimal new tab that allows you to search and navigate easily to your favourite, recently visited sites.
For more information please visit: https://multi-searches.com
Enjoy and please don't forget to leave us a 5 start review!
By clicking "Add to chrome" you accept and agree to installing the Multi-Searches Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://multi-searches.com/#terms privacy policy at https://multi-searches.com/#privacy_policy.
The extension will update your new-tab search engine to be provided by Bing. Informazioni di Base sull'Estensione
| Nome | |
| ID | ompmbcpalofeaelpfohpmpmjhjahgpbp |
| URL Ufficiale | https://chromewebstore.google.com/detail/multi-searchescom/ompmbcpalofeaelpfohpmpmjhjahgpbp |
| Descrizione | search the web - new tab search |
| Dimensione del File | 650 KB |
| Conteggio Installazioni | 25,895 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2023-07-21 |
| Data di Pubblicazione | 2023-07-21 |
| Sviluppatore | admin |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://multi-searches.com/ |
| URL della Pagina di Aiuto | https://multi-searches.com/#contact |
| URL della Pagina della Politica sulla Privacy | https://shareswishes.com/policy |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "multi-searches.com",
"version": "1.0.2",
"manifest_version": 3,
"description": "search the web - new tab search",
"homepage_url": "https:\/\/multi-searches.com",
"action": {
"default_icon": {
"16": "img\/16.png",
"32": "img\/32.png",
"64": "img\/64.png"
}
},
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"64": "img\/64.png"
},
"background": {
"service_worker": "background\/runtime.js"
},
"chrome_url_overrides": {
"newtab": "static\/html\/main.html"
},
"permissions": [
"topSites",
"storage"
],
"short_name": "multi-searches"
} | |