Webfinder Pro
Easy to find any web content you need
¿Qué es Webfinder Pro?
Webfinder Pro es una extensión de Chrome desarrollada por Iwona Lech, y su función principal es "Easy to find any web content you need".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Webfinder Pro
Descarga archivos de extensión Webfinder Pro 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
Find any website and useful web content with ease. Webfinder PRO is designed to speed up your searching process. You'll never get stuck on error screens if you suddenly make a mistake and type a wrong URL address. This tool will let you find the right website. You can type its name in the search field and get to the correct destination.
Información Básica de la Extensión
Nombre | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
URL Oficial | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
Descripción | Easy to find any web content you need |
Tamaño del Archivo | 11.45 KB |
Cantidad de Instalaciones | 4,000 |
Versión Actual | 1.1 |
Última Actualización | 2022-07-07 |
Fecha de Publicación | 2022-06-17 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Iwona Lech |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://webfinderpro.com/ |
URL de la Página de Ayuda | https://webfinderpro.com/?a=about |
URL de la Página de Política de Privacidad | https://webfinderpro.com?a=privacy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Iwona Lech", "name": "Webfinder Pro", "short_name": "Webfinder Pro", "homepage_url": "https:\/\/webfinderpro.com\/", "description": "Easy to find any web content you need", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |