Webfinder Pro
Easy to find any web content you need
Webfinder Pro là gì?
Webfinder Pro là một tiện ích mở rộng Chrome được phát triển bởi Iwona Lech, và tính năng chính của nó là "Easy to find any web content you need".
Ả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 Webfinder Pro
Tải xuống các tệp mở rộng Webfinder Pro 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
Find any website and useful web content with ease. Webfinder PRO is designed to speed up your searching process. You'll never get stuck on error screens if you suddenly make a mistake and type a wrong URL address. This tool will let you find the right website. You can type its name in the search field and get to the correct destination.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
URL Chính Thức | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
Mô tả | Easy to find any web content you need |
Kích Thước Tệp | 11.45 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-07-07 |
Ngày Phát Hành | 2022-06-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Iwona Lech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webfinderpro.com/ |
URL Trang Trợ Giúp | https://webfinderpro.com/?a=about |
URL Trang Chính Sách Bảo Mật | https://webfinderpro.com?a=privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Iwona Lech", "name": "Webfinder Pro", "short_name": "Webfinder Pro", "homepage_url": "https:\/\/webfinderpro.com\/", "description": "Easy to find any web content you need", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |