New Page Finder
New Page Finder helps you discover more options in web search from non-working websites
New Page Finder là gì?
New Page Finder 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à "New Page Finder helps you discover more options in web search from non-working websites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng New Page Finder
Tải xuống các tệp mở rộng New Page Finder 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
When a website you're trying to access no longer works you're usually redirected to a 404 page. With New Page Finder you can avoid such a bad experience that distracts so many Internet users. This extension provides you with options to find related websites instead of a non-working one. Get better search results and improve your website navigation with New Page Finder.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ojceecdokhimjilhjjlognoioemfoghk |
URL Chính Thức | https://chrome.google.com/webstore/detail/new-page-finder/ojceecdokhimjilhjjlognoioemfoghk |
Mô tả | New Page Finder helps you discover more options in web search from non-working websites |
Kích Thước Tệp | 7.6 KB |
Số Lần Cài Đặt | 15,121 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-06-15 |
Ngày Phát Hành | 2022-04-21 |
Đánh Giá | 1.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Eugene Treko |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://newpagefinder.com/ |
URL Trang Trợ Giúp | https://newpagefinder.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": "New Page Finder", "short_name": "New Page Finder", "homepage_url": "https:\/\/newpagefinder.com\/", "description": "New Page Finder helps you discover more options in web search from non-working websites", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |