Multisearch
Replaces the New Tab screen with site-specific Google search fields, which you can customize.
Hvad er Multisearch?
Multisearch er en Chrome-udvidelse udviklet af sawyerh, og dens hovedfunktion er "Replaces the New Tab screen with site-specific Google search fields, which you can customize.".
Udvidelsesskærmbilleder
Download Multisearch-udvidelses-CRX-fil
Download Multisearch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | acacjoabappgkabopnlnmdiodjilaggi |
| Officiel URL | https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi |
| Beskrivelse | Replaces the New Tab screen with site-specific Google search fields, which you can customize. |
| Filstørrelse | 10.5 KB |
| Antal Installationer | 1,000 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2015-06-30 |
| Udgivelsesdato | 2015-06-30 |
| Bedømmelse | 2.75/5 Samlet 4 Bedømmelser |
| Udvikler | sawyerh |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |