SwiftSearch
SwiftSearch - Search the web swiftly from your browser
¿Qué es SwiftSearch?
SwiftSearch es una extensión de Chrome desarrollada por https://swiftsearch.live, y su función principal es "SwiftSearch - Search the web swiftly from your browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SwiftSearch
Descarga archivos de extensión SwiftSearch 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
SwiftSearch - Light and minimal new tab / omnibar that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.swiftsearch.live Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the SwiftSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.swiftsearch.live/web/terms_of_use and privacy policy at https://www.swiftsearch.live/web/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Bing.
Información Básica de la Extensión
Nombre | SwiftSearch |
ID | jhjnpfmmdicimpofgmpehpgphlhamano |
URL Oficial | https://chromewebstore.google.com/detail/swiftsearch/jhjnpfmmdicimpofgmpehpgphlhamano |
Descripción | SwiftSearch - Search the web swiftly from your browser |
Tamaño del Archivo | 560 KB |
Cantidad de Instalaciones | 12,623 |
Versión Actual | 2 |
Última Actualización | 2022-09-08 |
Fecha de Publicación | 2021-01-19 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | https://swiftsearch.live |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.swiftsearch.live |
URL de la Página de Política de Privacidad | https://www.swiftsearch.live/web/privacy_policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SwiftSearch", "version": "2", "manifest_version": 3, "description": "SwiftSearch - Search the web swiftly from your browser", "homepage_url": "https:\/\/www.swiftsearch.live", "omnibox": { "keyword": "sw" }, "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", "128": "img\/128.png" }, "background": { "service_worker": "background\/runtime.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage" ], "short_name": "swiftsearch" } |