Better History
Replace the default browser history with this better history display.
Better History là gì?
Better History là một tiện ích mở rộng Chrome được phát triển bởi raingart, và tính năng chính của nó là "Replace the default browser history with this better history display.".
Ả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 Better History
Tải xuống các tệp mở rộng Better 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
Powerful history manager for Chromium
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better History |
ID | pmolchcgkagchldkgphmlaplgmagldfn |
URL Chính Thức | https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn |
Mô tả | Replace the default browser history with this better history display. |
Kích Thước Tệp | 151 KB |
Số Lần Cài Đặt | 733 |
Phiên Bản Hiện Tại | 1.31.2 |
Cập Nhật Lần Cuối | 2023-08-23 |
Ngày Phát Hành | 2023-07-19 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | raingart |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/raingart/Better-History |
Ngôn Ngữ Được Hỗ Trợ | en,fr,tr,bg,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.31.2", "default_locale": "en", "icons": { "16": "assets\/img\/icon_16.png", "32": "assets\/img\/icon_32.png", "48": "assets\/img\/icon_48.png", "64": "assets\/img\/icon_64.png", "128": "assets\/img\/icon_128.png" }, "manifest_version": 3, "permissions": [ "favicon", "history", "storage" ], "chrome_url_overrides": { "history": "history.html" }, "action": { "default_icon": { "16": "assets\/img\/icon_16.png", "32": "assets\/img\/icon_32.png" }, "default_title": "__MSG_application_title__", "default_popup": "popup.html" } } |