Multisearch
Replaces the New Tab screen with site-specific Google search fields, which you can customize.
Co to jest Multisearch?
Multisearch to rozszerzenie Chrome opracowane przez sawyerh, a jego główną funkcją jest „Replaces the New Tab screen with site-specific Google search fields, which you can customize.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Multisearch
Pobierz pliki rozszerzeń Multisearch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | acacjoabappgkabopnlnmdiodjilaggi |
| Oficjalny URL | https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi |
| Opis | Replaces the New Tab screen with site-specific Google search fields, which you can customize. |
| Rozmiar pliku | 10.5 KB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2015-06-30 |
| Data Publikacji | 2015-06-30 |
| Ocena | 2.75/5 Łącznie 4 Oceny |
| Deweloper | sawyerh |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |