Histree

Histree

Histreeคืออะไร?

Histree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anne Veling และคุณลักษณะหลักของมันคือ "Histree"

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

screenshot

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

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

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

                        History Extension that keeps track of your browsing history and the relationships between tabs and windows, and visualizes that in trees.

Recognizes ctrl-clicks in new tabs, normal tab navigation and going back.

Allows the user to close an open tab from the history window, and reopen that url.

Go to History (ctrl-Y) in Chrome to view your history

Created as a #w00tcamp 2012 project, feedback is welcome                    

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

ชื่อ Histree Histree
ID lngppkkhjifheiegfeloipgaeomjfgbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/histree/lngppkkhjifheiegfeloipgaeomjfgbf
คำอธิบาย Histree
ขนาดไฟล์ 800 KB
จำนวนการติดตั้ง 217
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2012-11-26
วันที่เผยแพร่ 2012-11-26
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Anne Veling
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Histree",
    "version": "1.6",
    "manifest_version": 2,
    "icons": {
        "16": "treerings16.png",
        "48": "treerings48.png",
        "128": "treerings128.png"
    },
    "description": "Histree",
    "background": {
        "scripts": [
            "models.js",
            "storage.js",
            "urlcontrol.js",
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "history": "histree.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}