Eloquent Search
Eloquent Search - Search the web from your browser
¿Qué es Eloquent Search?
Eloquent Search es una extensión de Chrome desarrollada por https://eloquentsearch.com, y su función principal es "Eloquent Search - Search the web from your browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Eloquent Search
Descarga archivos de extensión Eloquent 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
Eloquent Search - Light new tab that allows you to search by text and navigate easily to your favourite, recently visited sites. For more information please visit: https://www.eloquentsearch.com Please leave us a 5 start review! By clicking "Add to chrome", I accept and agree to installing 'Eloquent Search' - Chrome extension and setting Chrome™ New Tab to that provided by the service and the EULA and Privacy Policy EULA: https://www.eloquentsearch.com/eula Privacy Policy: https://www.eloquentsearch.com/privacy-policy The extension will update your new tab settings and will change your search to be powered by Bing.
Información Básica de la Extensión
Nombre | |
ID | lnegdiedbnpbdedpjkcklkmhedobjehb |
URL Oficial | https://chromewebstore.google.com/detail/eloquent-search/lnegdiedbnpbdedpjkcklkmhedobjehb |
Descripción | Eloquent Search - Search the web from your browser |
Tamaño del Archivo | 148 KB |
Cantidad de Instalaciones | 432 |
Versión Actual | 1.0.0 |
Última Actualización | 2021-12-13 |
Fecha de Publicación | 2021-12-13 |
Desarrollador | https://eloquentsearch.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.eloquentsearch.com |
URL de la Página de Política de Privacidad | https://www.clickfireapps.com/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "author": "Eloquent Search", "background": { "persistent": true, "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "icons\/128x128.png", "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Eloquent Search - Search the web from your browser", "homepage_url": "https:\/\/www.eloquentsearch.com", "icons": { "128": "icons\/128x128.png", "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png" }, "manifest_version": 2, "name": "Eloquent Search", "permissions": [ "topSites", "storage", "tabs" ], "short_name": "Eloquent Search", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "icon.png" ] } |