Histree

View your browsing history as a tree

Histree란 무엇입니까?

Histree은(는) themacrochip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View your browsing history as a tree"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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
}