It's Now Found
Now it's easier to find a website that's missing
¿Qué es It's Now Found?
It's Now Found es una extensión de Chrome desarrollada por Eugene Treko, y su función principal es "Now it's easier to find a website that's missing".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión It's Now Found
Descarga archivos de extensión It's Now Found 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
Improve the way you're navigated from a website that no longer works. Instead of a confusing message telling you that your website wasn't found you get a number of suggested choices. You can select any of the suggestions that is better related to the website you wanted to open or click anywhere in the tab and go to the regular web search page.
Información Básica de la Extensión
Nombre | It's Now Found |
ID | ejfbabhikhidkhehbmodnjahjgfpmjcp |
URL Oficial | https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp |
Descripción | Now it's easier to find a website that's missing |
Tamaño del Archivo | 9.78 KB |
Cantidad de Instalaciones | 5,038 |
Versión Actual | 1.1.2 |
Última Actualización | 2022-06-15 |
Fecha de Publicación | 2022-05-04 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | Eugene Treko |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://itsnowfound.com/ |
URL de la Página de Ayuda | https://itsnowfound.com/?a=about |
URL de la Página de Política de Privacidad | https://newpagefinder.com?a=privacy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Eugene Treko", "name": "It's Now Found", "short_name": "It's Now Found", "homepage_url": "https:\/\/itsnowfound.com\/", "description": "Now it's easier to find a website that's missing", "version": "1.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |