Treebu: Notes, Noetics, Knowledge Engine

The most advanced Notepad & Knowledge Engine in the game. How to use it : Simply Grab & Drop text, images, videos into the Notepad.

Treebu: Notes, Noetics, Knowledge Engine란 무엇입니까?

Treebu: Notes, Noetics, Knowledge Engine은(는) treebu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most advanced Notepad & Knowledge Engine in the game. How to use it : Simply Grab & Drop text, images, videos into the Notepad."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Treebu: Notes, Noetics, Knowledge Engine 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Treebu is the most advanced Productivity & Note-Taking Chrome Extension. It helps you organize your ideas by placing them in a notepad.

Treebu is not only a productivity tool, but also a high-performance search engine that complements your favorite search engine (a sort of augmented Google).

How to use it : 
Simply drag and drop Text, Images and Videos into the notepad to make your own treebs.
Read, Share and Contribute to other treebs.

Why Treebu :
- Multimedia Note-taking tool
- Better productivity
- Knowledge sharing
- Enhanced Search Engine

Shortcut :
- t : Open / Close TreebPanel
- r : Open / Close SearchPanel

Designed for :
- Chrome
- Firefox
- Brave 
- Edge                    

확장 프로그램 기본 정보

이름 Treebu: Notes, Noetics, Knowledge Engine Treebu: Notes, Noetics, Knowledge Engine
ID jhccpihlclldndmffalnnlpibadbcbkh
공식 URL https://chromewebstore.google.com/detail/treebu-notes-noetics-know/jhccpihlclldndmffalnnlpibadbcbkh
설명 The most advanced Notepad & Knowledge Engine in the game. How to use it : Simply Grab & Drop text, images, videos into the Notepad.
파일 크기 597 KB
설치 횟수 22
현재 버전 1.4.3.24
최근 업데이트 2023-11-13
출시 날짜 2022-01-03
개발자 treebu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://treebu.xyz/
도움말 페이지 URL https://treebu.xyz/content/contact-us/
개인정보 보호 정책 페이지 URL https://treebu.xyz/content/privacy-policy
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.4.3.24",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src * 'self' data: https:; script-src 'self'; style-src 'unsafe-inline'; object-src 'self'; connect-src * 'self' data: https:; media-src * 'self' data: https:"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.min.css"
            ],
            "js": [
                "jquery-3.7.0.min.js",
                "jquery-ui.min.js",
                "content-script.min.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png"
        },
        "default_title": "Enable \/ Disable"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-3.7.0.min.js",
                "jquery-ui.min.js",
                "panel.html",
                "images\/logo.svg",
                "images\/handle.png",
                "images\/logo_48.png",
                "images\/result.png",
                "font\/*.*",
                "query-pdf.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}