MultiSearch
Lets you search from a customizable list of search engines
Qu'est-ce que MultiSearch ?
MultiSearch est une extension Chrome développée par Dale, et sa fonction principale est "Lets you search from a customizable list of search engines".
Télécharger le fichier CRX de l'extension MultiSearch
Téléchargez les fichiers d'extension MultiSearch 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
Allows you to search from a customizable list of search engines.
Informations de Base sur l'Extension
Nom | |
ID | jfncaojfpjofgakebghgcmgjignddjgd |
URL Officiel | https://chrome.google.com/webstore/detail/multisearch/jfncaojfpjofgakebghgcmgjignddjgd |
Description | Lets you search from a customizable list of search engines |
Taille du Fichier | 432 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-01-02 |
Date de Publication | 2015-01-02 |
Développeur | Dale |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiSearch", "options_page": "options.html", "version": "1.1", "description": "Lets you search from a customizable list of search engines", "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "popup.html" } } |