multi-searches.com
search the web - new tab search
Qu'est-ce que multi-searches.com ?
multi-searches.com est une extension Chrome développée par admin, et sa fonction principale est "search the web - new tab search".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension multi-searches.com
Téléchargez les fichiers d'extension multi-searches.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | multi-searches.com |
ID | ompmbcpalofeaelpfohpmpmjhjahgpbp |
URL Officiel | https://chromewebstore.google.com/detail/multi-searchescom/ompmbcpalofeaelpfohpmpmjhjahgpbp |
Description | search the web - new tab search |
Taille du Fichier | 650 KB |
Nombre d'Installations | 25,895 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-07-21 |
Date de Publication | 2023-07-21 |
Développeur | admin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://multi-searches.com/ |
URL de la Page d'Aide | https://multi-searches.com/#contact |
URL de la Page de Politique de Confidentialité | https://shareswishes.com/policy |
Langues Prises en Charge | 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" } |