MultiSearch
Lets you search from a customizable list of search engines
Wat is MultiSearch?
MultiSearch is een Chrome-extensie ontwikkeld door Dale, en de belangrijkste functie is "Lets you search from a customizable list of search engines".
Download het CRX-bestand van de extensie MultiSearch
Download MultiSearch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to search from a customizable list of search engines.
Basisinformatie over de Extensie
Naam | |
ID | jfncaojfpjofgakebghgcmgjignddjgd |
Officiële URL | https://chrome.google.com/webstore/detail/multisearch/jfncaojfpjofgakebghgcmgjignddjgd |
Beschrijving | Lets you search from a customizable list of search engines |
Bestandsgrootte | 432 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-01-02 |
Publicatiedatum | 2015-01-02 |
Ontwikkelaar | Dale |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |