Depths

Shared knowledge base to learn with the world together.

Depths là gì?

Depths là một tiện ích mở rộng Chrome được phát triển bởi http://depths.so, và tính năng chính của nó là "Shared knowledge base to learn with the world together.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Depths

Tải xuống các tệp mở rộng Depths dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Depths Depths
ID hdlmnllimnamecnpkpgjikdonjcjaghe
URL Chính Thức https://chrome.google.com/webstore/detail/depths/hdlmnllimnamecnpkpgjikdonjcjaghe
Mô tả Shared knowledge base to learn with the world together.
Kích Thước Tệp 1.65 MB
Số Lần Cài Đặt 352
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2023-06-19
Ngày Phát Hành 2022-08-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://depths.so
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.depths.so/
URL Trang Chính Sách Bảo Mật https://savvyappcc.notion.site/Depths-Privacy-Policy-86a7ffff660b4fabbf00a1a33a820ae0
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}