It's Now Found

Now it's easier to find a website that's missing

什么是It's Now Found?

It's Now Found是由Eugene Treko开发的Chrome扩展程序,该扩展的主要功能是“Now it's easier to find a website that's missing”。

扩展截图

screenshot
screenshot
screenshot

下载It's Now Found扩展crx文件

下载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 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:\/\/*\/*"
    ]
}