MultiSearch
Lets you search from a customizable list of search engines
What is MultiSearch?
MultiSearch is a Chrome extension developed by Dale, and its main feature is "Lets you search from a customizable list of search engines".
Download MultiSearch Extension CRX File
Download MultiSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to search from a customizable list of search engines.
Extension Basic Information
Name | |
ID | jfncaojfpjofgakebghgcmgjignddjgd |
Official URL | https://chrome.google.com/webstore/detail/multisearch/jfncaojfpjofgakebghgcmgjignddjgd |
Description | Lets you search from a customizable list of search engines |
File Size | 432 KB |
Installation Count | 14 |
Current Version | 1.1 |
Last Updated | 2015-01-02 |
Publish Date | 2015-01-02 |
Developer | Dale |
Payment Type | free |
Supported Languages | 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" } } |