Depths

Shared knowledge base to learn with the world together.

O que é Depths?

Depths é uma extensão do Chrome desenvolvida por http://depths.so, e sua principal característica é "Shared knowledge base to learn with the world together.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Depths

Baixe arquivos de extensão Depths no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Depths Depths
ID hdlmnllimnamecnpkpgjikdonjcjaghe
URL Oficial https://chrome.google.com/webstore/detail/depths/hdlmnllimnamecnpkpgjikdonjcjaghe
Descrição Shared knowledge base to learn with the world together.
Tamanho do Arquivo 1.65 MB
Contagem de Instalações 352
Versão Atual 2.1.2
Última Atualização 2023-06-19
Data de Publicação 2022-08-15
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor http://depths.so
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.depths.so/
URL da Página de Política de Privacidade https://savvyappcc.notion.site/Depths-Privacy-Policy-86a7ffff660b4fabbf00a1a33a820ae0
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}