HistoryTree
HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.
HistoryTreeคืออะไร?
HistoryTree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Wehar และคุณลักษณะหลักของมันคือ "HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HistoryTree
ดาวน์โหลดไฟล์ส่วนขยาย HistoryTree ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* What does it do? The web browser stores your history. But, it doesn't determine how one website leads you to another. HistoryTree takes your history and puts it together like a puzzle so that you can determine how you got from one place to another. * Who is it for? Anyone who has ever asked the question, "How did I get here?" It's common place to use the computer to work on a homework assignment and then end up watching a video on how JFK's brain went mysteriously missing after his assassination. As I said, "How did I get there?" Note: Your history is something that should be kept private. Our chrome extension runs entirely on your device within your browser. We recommend that you refrain from sharing history data with any external entities.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HistoryTree |
ID | cllbcjjaobbeplenbfhlpnhcmhfehgep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/historytree/cllbcjjaobbeplenbfhlpnhcmhfehgep |
คำอธิบาย | HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another. |
ขนาดไฟล์ | 42.42 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-05-14 |
วันที่เผยแพร่ | 2018-05-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Michael Wehar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://michaelwehar.com/metatree/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HistoryTree", "description": "HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "history", "tabs" ] } |