Depths

Shared knowledge base to learn with the world together.

Depths क्या है?

Depths http://depths.so द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shared knowledge base to learn with the world together."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Depths एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Depths is the shared knowledge base to learn with the world together. Dive into the depth of world’s knowledge now.

With Depths, you can save useful resources from the Internet with our powerful organising features like auto-tagging, full-text search, and also discover what the world is saving and learning.

★ Discover the world’s knowledge

Imagine a space where millions of learner’s knowledge base are connected are showcased - this is Discover in Depths. Find useful resource package made by the community, and see what industry leaders are bookmarking.

★ Share easily with anyone

Share resource collections with your friends easily with a link. Also make it public to share with the entire world.

★ Automated organisation

Depths do all the sorting, tagging and organising for you. No more ‘add to tags’ every time.

★ Full-text search

Search all the content in the saved link.

★ Estimated read time

Each resources is marked with an estimated read time.                    

एक्सटेंशन की मूल जानकारी

नाम Depths Depths
ID hdlmnllimnamecnpkpgjikdonjcjaghe
आधिकारिक URL https://chrome.google.com/webstore/detail/depths/hdlmnllimnamecnpkpgjikdonjcjaghe
विवरण Shared knowledge base to learn with the world together.
फ़ाइल का आकार 1.65 MB
स्थापना संख्या 352
वर्तमान संस्करण 2.1.2
अंतिम अपडेट 2023-06-19
प्रकाशन तिथि 2022-08-15
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर http://depths.so
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.depths.so/
गोपनीयता नीति पृष्ठ URL https://savvyappcc.notion.site/Depths-Privacy-Policy-86a7ffff660b4fabbf00a1a33a820ae0
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Depths",
    "version": "2.1.2",
    "description": "Shared knowledge base to learn with the world together.",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Depths",
        "default_icon": "assets\/icons\/icon128.png"
    },
    "icons": {
        "128": "assets\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/logo.png",
                "assets\/images\/icon-park-solidinbox-success.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}