Website Tracker
Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…
Website Tracker là gì?
Website Tracker là một tiện ích mở rộng Chrome được phát triển bởi PDF Convertor, và tính năng chính của nó là "Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…".
Ả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 Website Tracker
Tải xuống các tệp mở rộng Website Tracker 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
Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that they can be easily accessed from the context menu. 💚💚💚 Simple tool that help users to save links from adress bar and have more productivity in the navigation at internet.🕛 🕛 🕛 Please add the icon to the context menu to have at hand all the sites you have added 🆔🆔🆔 1: Create quickly and add to the list so as not to waste time browsing every link on the website 3: Delete list or save addresses manually 4: Copy the link you saved and then access it in a new page
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Website Tracker |
ID | ngbbnhkjncmdjhnhlekffmdlmgneiodp |
URL Chính Thức | https://chromewebstore.google.com/detail/website-tracker/ngbbnhkjncmdjhnhlekffmdlmgneiodp |
Mô tả | Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that… |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 64 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-06-08 |
Ngày Phát Hành | 2022-06-08 |
Đánh Giá | 5.00/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | PDF Convertor |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/privacy/view/370a968f62d355e4c3260919ef8d7acc |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "options_page": "options.html", "name": "Website Tracker", "action": { "default_popup": "index.html", "default_icon": "images-removebg-preview.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "worker_container.js" }, "default_locale": "en" } |