Super Search
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
¿Qué es Super Search?
Super Search es una extensión de Chrome desarrollada por vanessaholmes011, y su función principal es "SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Super Search
Descarga archivos de extensión Super Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | fbanalpabncablnehfeofindocfgpcea |
URL Oficial | https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea |
Descripción | SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to… |
Tamaño del Archivo | 640 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.0.0.6 |
Última Actualización | 2022-07-15 |
Fecha de Publicación | 2022-06-16 |
Desarrollador | vanessaholmes011 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.super-searches.com/ |
URL de la Página de Ayuda | https://www.super-searches.com/pages/contact_us |
URL de la Página de Política de Privacidad | https://www.super-searches.com/pages/privacy_policy |
Idiomas Soportados | 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" } |