Multisearch
Replaces the New Tab screen with site-specific Google search fields, which you can customize.
Vad är Multisearch?
Multisearch är en Chrome-tillägg utvecklad av sawyerh, och dess huvudfunktion är "Replaces the New Tab screen with site-specific Google search fields, which you can customize.".
Tilläggsskärmbilder
Ladda ner Multisearch-förlängningens CRX-fil
Ladda ner Multisearch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Multisearch |
ID | acacjoabappgkabopnlnmdiodjilaggi |
Officiell webbadress | https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi |
Beskrivning | Replaces the New Tab screen with site-specific Google search fields, which you can customize. |
Filstorlek | 10.5 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2015-06-30 |
Publiceringsdatum | 2015-06-30 |
Betyg | 2.75/5 Totalt 4 Betyg |
Utvecklare | sawyerh |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |