Multisearch
Replaces the New Tab screen with site-specific Google search fields, which you can customize.
Wat is Multisearch?
Multisearch is een Chrome-extensie ontwikkeld door sawyerh, en de belangrijkste functie is "Replaces the New Tab screen with site-specific Google search fields, which you can customize.".
Extensie Screenshots
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
Basisinformatie over de Extensie
| Naam | |
| ID | acacjoabappgkabopnlnmdiodjilaggi |
| Officiële URL | https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi |
| Beschrijving | Replaces the New Tab screen with site-specific Google search fields, which you can customize. |
| Bestandsgrootte | 10.5 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2015-06-30 |
| Publicatiedatum | 2015-06-30 |
| Beoordeling | 2.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | sawyerh |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |