Smart Search
Get Smart Search results with SmartSearch
Co to jest Smart Search?
Smart Search to rozszerzenie Chrome opracowane przez deniscasilev1988, a jego główną funkcją jest „Get Smart Search results with SmartSearch”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smart Search
Pobierz pliki rozszerzeń Smart Search 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
Search securely and get the most relevant results powered by SmartSearch! By clicking "Add to Chrome", you agree to be bound by our Terms and Conditions and Privacy Policy, add it extension to your Chrome browser and change your default Web search service provider to SmartSearch.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | glmhhkoaglkboooplngidahblhiadpab |
Oficjalny URL | https://chromewebstore.google.com/detail/smart-search/glmhhkoaglkboooplngidahblhiadpab |
Opis | Get Smart Search results with SmartSearch |
Rozmiar pliku | 204 KB |
Liczba instalacji | 5,046 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2021-10-08 |
Data Publikacji | 2021-09-29 |
Ocena | 1.02/5 Łącznie 60 Oceny |
Deweloper | deniscasilev1988 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://searchsmarters.online/ |
Adres URL Strony Pomocy | https://searchsmarters.online/about.html |
Adres URL Strony Polityki Prywatności | https://searchsmarters.online/privacy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "author": "Vasily Media", "background": { "scripts": [ "assets\/js\/background.js" ] }, "browser_action": { "default_icon": { "16": "assets\/icons\/16x16.png" }, "default_title": "Smart Search" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/searchsmarters.online\/assets\/img\/favicon.ico", "is_default": true, "keyword": "Smart Search", "name": "Smart Search", "params": "__PARAM__", "search_url": "https:\/\/searchsmarters.online\/query\/?query={searchTerms}" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Get Smart Search results with SmartSearch", "homepage_url": "https:\/\/searchsmarters.online\/", "icons": { "128": "assets\/icons\/128x128.png", "16": "assets\/icons\/16x16.png", "24": "assets\/icons\/24x24.png", "256": "assets\/icons\/256x256.png", "48": "assets\/icons\/48x48.png", "96": "assets\/icons\/96x96.png" }, "manifest_version": 2, "minimum_chrome_version": "61", "name": "Smart Search", "permissions": [ "storage", "*:\/\/*.searchsmarters.online\/*" ], "short_name": "SmartSearch", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "assets\/*.html", "assets\/js\/*.js", "assets\/icons\/*.png" ] } |