Multisearch
Replaces the New Tab screen with site-specific Google search fields, which you can customize.
What is Multisearch?
Multisearch is a Chrome extension developed by sawyerh, and its main feature is "Replaces the New Tab screen with site-specific Google search fields, which you can customize.".
Extension Screenshots
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
Extension Basic Information
Name | Multisearch |
ID | acacjoabappgkabopnlnmdiodjilaggi |
Official URL | https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi |
Description | Replaces the New Tab screen with site-specific Google search fields, which you can customize. |
File Size | 10.5 KB |
Installation Count | 1,000 |
Current Version | 1.0.1 |
Last Updated | 2015-06-30 |
Publish Date | 2015-06-30 |
Rating | 2.75/5 Total 4 Ratings |
Developer | sawyerh |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multisearch", "version": "1.0.1", "description": "Replaces the New Tab screen with site-specific Google search fields, which you can customize.", "author": "Sawyer Hollenshead", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ] } |