BGSearch
BGSearch.net - Search the net from your Chrome browser
¿Qué es BGSearch?
BGSearch es una extensión de Chrome desarrollada por http://bgsearch.net, y su función principal es "BGSearch.net - Search the net from your Chrome browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BGSearch
Descarga archivos de extensión BGSearch 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
BGSearch.net - Light and minimal new tab that allows you to search by text or by voice and navigate easily to your favorite, recently visited sites. The search features use within the extension will be provided by Microsoft Bing; however, the extension will not make any changes in your default browser search setting. Free stock media content is distributed by Vimeo - https://vimeo.com Voice recognition is handled by the browser's built-in voice processor and powered by Microsoft. Please leave a 5 start review! You can share with us anything at [email protected] For more information please visit: https://www.bgsearch.net
Información Básica de la Extensión
Nombre | |
ID | pglcgpnjfehbcjhondkejjglnhmdenim |
URL Oficial | https://chrome.google.com/webstore/detail/bgsearch/pglcgpnjfehbcjhondkejjglnhmdenim |
Descripción | BGSearch.net - Search the net from your Chrome browser |
Tamaño del Archivo | 410 KB |
Cantidad de Instalaciones | 5,000 |
Versión Actual | 1.0.9 |
Última Actualización | 2022-03-08 |
Fecha de Publicación | 2020-11-08 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | http://bgsearch.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.bgsearch.net |
URL de la Página de Política de Privacidad | https://www.bgsearch.net/web/privacy_policy |
Idiomas Soportados | en |
manifest.json | |
{ "author": "BGSearch.net", "name": "BGSearch", "version": "1.0.9", "manifest_version": 2, "description": "BGSearch.net - Search the net from your Chrome browser", "homepage_url": "https:\/\/www.bgsearch.net\/", "browser_action": { "default_icon": { "16": "icons\/bgsearch_16.png", "32": "icons\/bgsearch_32.png", "48": "icons\/bgsearch_48.png", "128": "icons\/bgsearch_128.png" } }, "icons": { "16": "icons\/bgsearch_16.png", "32": "icons\/bgsearch_32.png", "48": "icons\/bgsearch_48.png", "128": "icons\/bgsearch_128.png" }, "background": { "persistent": true, "scripts": [ "src\/override\/jquery.js", "src\/bg\/background.js" ] }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "topSites", "storage", "chrome:\/\/favicon\/", "webRequest" ], "short_name": "BGsearch", "signature": "BGsearch.net", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |