Histree
View your browsing history as a tree
Histree là gì?
Histree là một tiện ích mở rộng Chrome được phát triển bởi themacrochip, và tính năng chính của nó là "View your browsing history as a tree".
Ả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 Histree
Tải xuống các tệp mở rộng Histree 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
Your browser history is your mind map. The journey of how you got to your information can be as important as the information itself. You want to know what you already read, what you tried that didn't work, and how you ended up on the page that you did.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Histree |
ID | linpklflmolmnhckgoojppnfhajngaoh |
URL Chính Thức | https://chromewebstore.google.com/detail/histree/linpklflmolmnhckgoojppnfhajngaoh |
Mô tả | View your browsing history as a tree |
Kích Thước Tệp | 328 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2020-10-23 |
Ngày Phát Hành | 2020-08-20 |
Nhà Phát Triển | themacrochip |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Histree", "version": "1.5", "description": "View your browsing history as a tree", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "history" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html", "persistent": false }, "icons": { "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "commands": { "show-tree": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "Command+Shift+H" }, "description": "Show history tree" } }, "manifest_version": 2 } |