Treechat

Save any webpage into an infinitely branching chat to collaboratively curate knowledge.

Treechat란 무엇입니까?

Treechat은(는) Knovigator Admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save any webpage into an infinitely branching chat to collaboratively curate knowledge."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Whether you’re researching something online, keeping a diary, or collaborating on a project, Treechat captures it all into a 21st century Knowledge Base that makes it easy to harness the most important lessons you learn so you can do your best work. Start researching @ https://treechat.ai

The Treechat Chrome extension is built to effortlessly feed Treechat the most important lessons you learn tagging them with the search queries your write to find them. 

Each note or research lives at its own unique URL. This makes it simple to share, discuss, and remix into blog posts, twitter threads, and conversation.

Re-imagine what personal knowledge can be and harness the information flood instead of drowning in it.

Sign up today @ https://www.treechat.ai to enhance your cognition.                    

확장 프로그램 기본 정보

이름 Treechat Treechat
ID lmkbllbbdmebbpmjkajffmgjfbapcnlh
공식 URL https://chromewebstore.google.com/detail/treechat/lmkbllbbdmebbpmjkajffmgjfbapcnlh
설명 Save any webpage into an infinitely branching chat to collaboratively curate knowledge.
파일 크기 7.56 MB
설치 횟수 75
현재 버전 1.31
최근 업데이트 2023-11-21
출시 날짜 2020-02-19
평점 5.00/5 총 7 개의 평점
개발자 Knovigator Admin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://treechat.ai
도움말 페이지 URL https://home.treechat.ai/quest/New-user-onboarding-ym1xvexo
개인정보 보호 정책 페이지 URL https://treechat.ai/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Treechat",
    "version": "1.31",
    "manifest_version": 3,
    "description": "Save any webpage into an infinitely branching chat to collaboratively curate knowledge.",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "images\/icon38.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "sandbox": {
        "pages": [
            "\/app\/panel\/panel.html"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.knov.com\/*",
            "*:\/\/*.knovigator.com\/*",
            "*:\/\/*.treechat.ai\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/assets\/js\/libs\/jquery-2.1.4.min.js",
                "\/assets\/js\/libs\/underscore.js",
                "\/assets\/js\/libs\/jquery.popover-1.1.2.js",
                "\/assets\/js\/libs\/rangy\/rangy-core.js",
                "\/vendor\/handlebars-v4.7.7.js",
                "\/templates\/knovPanel.js",
                "\/templates\/popup.js",
                "\/templates\/knodePopover.js",
                "\/templates\/resultsInsert.js",
                "\/templates\/launchGate.js",
                "\/templates\/searchGate.js",
                "\/templates\/style.js",
                "\/templates\/answersFrame.js",
                "\/templates\/signinFrame.js",
                "\/app\/contentScripts\/userSelectionOnPageUnload.js",
                "\/app\/modules\/frame.js",
                "\/app\/modules\/localQuestsPopover.js",
                "\/app\/panel\/panel.js",
                "\/app\/contentScripts\/searchGate.js",
                "\/app\/contentScripts\/launchGate.js",
                "\/app\/contentScripts\/marker.js",
                "\/app\/contentScripts\/gate.js",
                "\/app\/contentScripts\/imageUploader.js",
                "\/app\/contentScripts\/knode.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/app\/contentScripts\/initYouTube.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/popup.html",
                "templates\/*",
                "app\/panel\/panel.html",
                "images\/*.png",
                "assets\/images\/*.png",
                "assets\/css\/*",
                "assets\/js\/libs\/*",
                "assets\/js\/*",
                "vendor\/bootstrap-3.1.1-dist\/css\/bootstrap.min.css",
                "app\/frames\/localQuests.js",
                "app\/modules\/*",
                "vendor\/tooltip\/*",
                "vendor\/font-awesome-4.2.0\/css\/font-awesome.min.css",
                "vendor\/font-awesome-4.2.0\/fonts\/*.*",
                "assets\/js\/libs\/jquery-2.1.4.min.js",
                "\/vendor\/typeahead\/typeahead.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        },
        {
            "resources": [
                "*.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*"
    ]
}