Histree

View your browsing history as a tree

Histreeคืออะไร?

Histree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย themacrochip และคุณลักษณะหลักของมันคือ "View your browsing history as a tree"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Histree

ดาวน์โหลดไฟล์ส่วนขยาย Histree ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Histree Histree
ID linpklflmolmnhckgoojppnfhajngaoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/histree/linpklflmolmnhckgoojppnfhajngaoh
คำอธิบาย View your browsing history as a tree
ขนาดไฟล์ 328 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2020-10-23
วันที่เผยแพร่ 2020-08-20
ผู้พัฒนา themacrochip
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}