It's Now Found
Now it's easier to find a website that's missing
Что такое It's Now Found?
It's Now Found - это расширение Chrome, разработанное Eugene Treko, и его основная функция - "Now it's easier to find a website that's missing".
Снимки экрана расширения
Скачать файл CRX расширения It's Now Found
Скачайте файлы расширений It's Now Found в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | It's Now Found |
ID | ejfbabhikhidkhehbmodnjahjgfpmjcp |
Официальный URL | https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp |
Описание | Now it's easier to find a website that's missing |
Размер файла | 9.78 KB |
Количество установок | 5,038 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2022-06-15 |
Дата публикации | 2022-05-04 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Eugene Treko |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://itsnowfound.com/ |
URL страницы помощи | https://itsnowfound.com/?a=about |
URL страницы политики конфиденциальности | https://newpagefinder.com?a=privacy |
Поддерживаемые языки | 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:\/\/*\/*" ] } |