multi-searches.com
search the web - new tab search
Co to jest multi-searches.com?
multi-searches.com to rozszerzenie Chrome opracowane przez admin, a jego główną funkcją jest „search the web - new tab search”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia multi-searches.com
Pobierz pliki rozszerzeń multi-searches.com 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
Multi-Searches is a simple and minimalist search new tab extension. Multi-Searches - Clean and minimal new tab that allows you to search and navigate easily to your favourite, recently visited sites. For more information please visit: https://multi-searches.com Enjoy and please don't forget to leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the Multi-Searches Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://multi-searches.com/#terms privacy policy at https://multi-searches.com/#privacy_policy. The extension will update your new-tab search engine to be provided by Bing.
Podstawowe informacje o rozszerzeniu
Nazwa | multi-searches.com |
ID | ompmbcpalofeaelpfohpmpmjhjahgpbp |
Oficjalny URL | https://chromewebstore.google.com/detail/multi-searchescom/ompmbcpalofeaelpfohpmpmjhjahgpbp |
Opis | search the web - new tab search |
Rozmiar pliku | 650 KB |
Liczba instalacji | 25,895 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2023-07-21 |
Data Publikacji | 2023-07-21 |
Deweloper | admin |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://multi-searches.com/ |
Adres URL Strony Pomocy | https://multi-searches.com/#contact |
Adres URL Strony Polityki Prywatności | https://shareswishes.com/policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "multi-searches.com", "version": "1.0.2", "manifest_version": 3, "description": "search the web - new tab search", "homepage_url": "https:\/\/multi-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png" }, "background": { "service_worker": "background\/runtime.js" }, "chrome_url_overrides": { "newtab": "static\/html\/main.html" }, "permissions": [ "topSites", "storage" ], "short_name": "multi-searches" } |