Searchiteasy Internet Search
Get search results from web, images, videos and news.
¿Qué es Searchiteasy Internet Search?
Searchiteasy Internet Search es una extensión de Chrome desarrollada por SearchItEasy, y su función principal es "Get search results from web, images, videos and news.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Searchiteasy Internet Search
Descarga archivos de extensión Searchiteasy Internet 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
searchiteasy search enable user's browser to search web results. This awesome extension provides eye-catching background images and quick links to popular social channels on a new tab. By clicking "Add to Chrome", I accept and agree to installing the searchiteasy Chrome extension and setting Chrome New Tab and default search to that provided by the service and the Terms of Use and Privacy Policy. Newtab and default search will be powered by Microsoft Bing. Terms & Conditions: https://searchiteasy.com/terms-conditions
Información Básica de la Extensión
Nombre | Searchiteasy Internet Search |
ID | gnpklpepfkppldfhdaaajfcnhljebflg |
URL Oficial | https://chromewebstore.google.com/detail/searchiteasy-internet-sea/gnpklpepfkppldfhdaaajfcnhljebflg |
Descripción | Get search results from web, images, videos and news. |
Tamaño del Archivo | 4.08 MB |
Cantidad de Instalaciones | 11,415 |
Versión Actual | 0.1.8 |
Última Actualización | 2023-11-08 |
Fecha de Publicación | 2021-04-28 |
Calificación | 5.00/5 Total de 70 Calificaciones |
Desarrollador | SearchItEasy |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://searchiteasy.com/ |
URL de la Página de Ayuda | https://searchiteasy.com/contact |
URL de la Página de Política de Privacidad | https://searchiteasy.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Alphazeta Systems Ltd", "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [ "https:\/\/searchiteasy.com\/trk\/t.php?q={searchTerms}", "https:\/\/searchiteasy.com\/trk\/t.php?q={searchTerms}" ], "encoding": "UTF-8", "favicon_url": "https:\/\/searchiteasy.com\/favicon.ico", "image_url": "https:\/\/searchiteasy.com\/image?q={searchTerms}", "image_url_post_params": "image_lang=searchiteasy.com", "instant_url": "https:\/\/searchiteasy.com\/instant?q={searchTerms}", "instant_url_post_params": "instant_lang=searchiteasy.com", "is_default": true, "keyword": "keyword.searchiteasy.com", "name": "searchiteasy.com", "search_url": "https:\/\/searchiteasy.com\/trk\/t.php?q={searchTerms}", "search_url_post_params": "search_lang=searchiteasy.com", "suggest_url": "https:\/\/searchiteasy.com\/suggest?q={searchTerms}", "suggest_url_post_params": "suggest_lang=searchiteasy.com" } }, "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;" }, "description": "Get search results from web, images, videos and news.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "manifest_version": 3, "name": "Searchiteasy Internet Search", "version": "0.1.8" } |