Advanced Browser History
A Chrome extension to capture more information about your browsing history.
Advanced Browser History là gì?
Advanced Browser History là một tiện ích mở rộng Chrome được phát triển bởi Trevor Brunette, và tính năng chính của nó là "A Chrome extension to capture more information about your browsing history.".
Ả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 Advanced Browser History
Tải xuống các tệp mở rộng Advanced Browser History 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
Adds more ways to browse, categorize, filter, and otherwise view your browsing history from our custom user interface. This project will always be free and open source software; view the source code at https://github.com/AdvancedHistory/ABHChrome
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Advanced Browser History |
ID | ajdeagnomgifpeimhpofiphnphdlhbjn |
URL Chính Thức | https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn |
Mô tả | A Chrome extension to capture more information about your browsing history. |
Kích Thước Tệp | 405 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2022-04-28 |
Ngày Phát Hành | 2022-04-28 |
Nhà Phát Triển | Trevor Brunette |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AdvancedHistory/ABHChrome |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "ABH", "name": "Advanced Browser History", "description": "A Chrome extension to capture more information about your browsing history.", "version": "0.1.0", "manifest_version": 3, "action": { "default_title": "Open ABH" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "icons": { "128": ".\/static\/media\/logo128.png", "512": ".\/static\/media\/logo512.png" }, "permissions": [ "history" ] } |