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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Treebu: Notes, Noetics, Knowledge Engine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}