It's Now Found
Now it's easier to find a website that's missing
Cos'è It's Now Found?
It's Now Found è un'estensione di Chrome sviluppata da Eugene Treko, e la sua funzione principale è "Now it's easier to find a website that's missing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione It's Now Found
Scarica i file di estensione It's Now Found in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | It's Now Found |
ID | ejfbabhikhidkhehbmodnjahjgfpmjcp |
URL Ufficiale | https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp |
Descrizione | Now it's easier to find a website that's missing |
Dimensione del File | 9.78 KB |
Conteggio Installazioni | 5,038 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2022-06-15 |
Data di Pubblicazione | 2022-05-04 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Eugene Treko |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://itsnowfound.com/ |
URL della Pagina di Aiuto | https://itsnowfound.com/?a=about |
URL della Pagina della Politica sulla Privacy | https://newpagefinder.com?a=privacy |
Lingue Supportate | 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:\/\/*\/*" ] } |