It's Now Found

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

It's Now Found là gì?

It's Now Found là một tiện ích mở rộng Chrome được phát triển bởi Eugene Treko, và tính năng chính của nó là "Now it's easier to find a website that's missing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng It's Now Found

Tải xuống các tệp mở rộng It's Now Found dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên It's Now Found It's Now Found
ID ejfbabhikhidkhehbmodnjahjgfpmjcp
URL Chính Thức https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp
Mô tả Now it's easier to find a website that's missing
Kích Thước Tệp 9.78 KB
Số Lần Cài Đặt 5,038
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-06-15
Ngày Phát Hành 2022-05-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Eugene Treko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://itsnowfound.com/
URL Trang Trợ Giúp https://itsnowfound.com/?a=about
URL Trang Chính Sách Bảo Mật https://newpagefinder.com?a=privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}