Histree

Histree

Histree란 무엇입니까?

Histree은(는) Anne Veling에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Histree"입니다.

확장 프로그램 스크린샷

screenshot

Histree 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}