Depths

Shared knowledge base to learn with the world together.

什么是Depths?

Depths是由http://depths.so开发的Chrome扩展程序,该扩展的主要功能是“Shared knowledge base to learn with the world together.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Depths扩展crx文件

下载Depths扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
                ""
            ]
        }
    ]
}