Depths – Learn anything

Use Depths browser extension to save learning resources to your account easily.

Depths – Learn anythingคืออะไร?

Depths – Learn anything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://depths.so และคุณลักษณะหลักของมันคือ "Use Depths browser extension to save learning resources to your account easily."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Depths – Learn anything

ดาวน์โหลดไฟล์ส่วนขยาย Depths – Learn anything ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Looking for a way to organise and curate your online resources? The Depths browser extension is here to help.

With Depths, you can save and organise inspiring tech articles and resources from across the web, creating a personalised hub for your learning and growth. 

Our community-driven platform includes a daily feed of fresh content from domain experts, so you can stay up-to-date with the latest developments in your field. You can also discover new resources curated by other learners and share your own bookmarks with the community.

The Depths extension is simple to use and completely free. Once installed, you can start curating resources right away by clicking the Depths icon in your browser to save any article or resource to your Depths account. Our platform also offers powerful search and filtering options, so you can quickly find the resources you need.

Ready to take your online learning journey to the next level? Download the Depths Browser Extension today and become part of our thriving community of learners.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Depths – Learn anything Depths – Learn anything
ID apafgnaglejfkeebohjehhbfpnefpcom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/depths-%E2%80%93-learn-anything/apafgnaglejfkeebohjehhbfpnefpcom
คำอธิบาย Use Depths browser extension to save learning resources to your account easily.
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 1,301
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2023-07-08
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://depths.so
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.depths.so
URL หน้านโยบายความเป็นส่วนตัว https://depths.notion.site/Depths-Terms-of-Service-and-Privacy-Policy-4f934e4b1ed54512aa623adc7a221b95?pvs=4
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Depths \u2013 Learn anything",
    "version": "2.3.0",
    "description": "Use Depths browser extension to save learning resources to your account easily.",
    "permissions": [
        "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": [
                ""
            ]
        }
    ]
}