Histree

Histree

Histree là gì?

Histree là một tiện ích mở rộng Chrome được phát triển bởi Anne Veling, và tính năng chính của nó là "Histree".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Histree Histree
ID lngppkkhjifheiegfeloipgaeomjfgbf
URL Chính Thức https://chromewebstore.google.com/detail/histree/lngppkkhjifheiegfeloipgaeomjfgbf
Mô tả Histree
Kích Thước Tệp 800 KB
Số Lần Cài Đặt 217
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2012-11-26
Ngày Phát Hành 2012-11-26
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Anne Veling
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}