Active Search Bar
Active Search Bar
Co to jest Active Search Bar?
Active Search Bar to rozszerzenie Chrome opracowane przez https://activesearchbar.me, a jego główną funkcją jest „Active Search Bar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Active Search Bar
Pobierz pliki rozszerzeń Active Search Bar 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
changes the default search bar to activesearchbar.me
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pkofdnfadkamabkgjdjcddeopopbdjhg |
Oficjalny URL | https://chromewebstore.google.com/detail/active-search-bar/pkofdnfadkamabkgjdjcddeopopbdjhg |
Opis | Active Search Bar |
Rozmiar pliku | 7.57 KB |
Liczba instalacji | 783 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2022-10-03 |
Data Publikacji | 2021-10-01 |
Ocena | 1.06/5 Łącznie 139 Oceny |
Deweloper | https://activesearchbar.me |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://activesearchbar.me/privacy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "background": { "service_worker": "bg.js" }, "action": { "default_icon": "logo128.png" }, "homepage_url": "https:\/\/activesearchbar.me", "chrome_settings_overrides": { "search_provider": { "name": "the web", "keyword": "asb", "search_url": "https:\/\/activesearchbar.me\/search?q={searchTerms}&s=rg_om&u=%USERID%", "favicon_url": "https:\/\/activesearchbar.me\/assets\/searchbar\/favicon.png", "encoding": "UTF-8", "is_default": true } }, "description": "Active Search Bar", "icons": { "128": "logo128.png" }, "manifest_version": 3, "name": "Active Search Bar", "permissions": [ "cookies", "storage", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/activesearchbar.me\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |