It's Now Found
Now it's easier to find a website that's missing
O que é It's Now Found?
It's Now Found é uma extensão do Chrome desenvolvida por Eugene Treko, e sua principal característica é "Now it's easier to find a website that's missing".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão It's Now Found
Baixe arquivos de extensão It's Now Found no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | It's Now Found |
ID | ejfbabhikhidkhehbmodnjahjgfpmjcp |
URL Oficial | https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp |
Descrição | Now it's easier to find a website that's missing |
Tamanho do Arquivo | 9.78 KB |
Contagem de Instalações | 5,038 |
Versão Atual | 1.1.2 |
Última Atualização | 2022-06-15 |
Data de Publicação | 2022-05-04 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Eugene Treko |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://itsnowfound.com/ |
URL da Página de Ajuda | https://itsnowfound.com/?a=about |
URL da Página de Política de Privacidade | https://newpagefinder.com?a=privacy |
Idiomas Suportados | 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:\/\/*\/*" ] } |