It's Now Found
Now it's easier to find a website that's missing
Qu'est-ce que It's Now Found ?
It's Now Found est une extension Chrome développée par Eugene Treko, et sa fonction principale est "Now it's easier to find a website that's missing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension It's Now Found
Téléchargez les fichiers d'extension It's Now Found au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | It's Now Found |
ID | ejfbabhikhidkhehbmodnjahjgfpmjcp |
URL Officiel | https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp |
Description | Now it's easier to find a website that's missing |
Taille du Fichier | 9.78 KB |
Nombre d'Installations | 5,038 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2022-06-15 |
Date de Publication | 2022-05-04 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Eugene Treko |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://itsnowfound.com/ |
URL de la Page d'Aide | https://itsnowfound.com/?a=about |
URL de la Page de Politique de Confidentialité | https://newpagefinder.com?a=privacy |
Langues Prises en Charge | 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:\/\/*\/*" ] } |