Super Search
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
Co to jest Super Search?
Super Search to rozszerzenie Chrome opracowane przez vanessaholmes011, a jego główną funkcją jest „SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Super Search
Pobierz pliki rozszerzeń Super 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
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.super-searches.com/ Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the SuperSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.super-searches.com/pages/terms_of_use and privacy policy at https://www.super-searches.com/pages/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fbanalpabncablnehfeofindocfgpcea |
Oficjalny URL | https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea |
Opis | SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to… |
Rozmiar pliku | 640 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.0.0.6 |
Ostatnia Aktualizacja | 2022-07-15 |
Data Publikacji | 2022-06-16 |
Deweloper | vanessaholmes011 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.super-searches.com/ |
Adres URL Strony Pomocy | https://www.super-searches.com/pages/contact_us |
Adres URL Strony Polityki Prywatności | https://www.super-searches.com/pages/privacy_policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Search", "version": "1.0.0.6", "manifest_version": 3, "description": "", "homepage_url": "https:\/\/www.super-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "short_name": "supersearch" } |