Save To Dig Deeper

Save Tweets/Articles/Videos to your collection on Dig Deeper

Save To Dig Deeperคืออะไร?

Save To Dig Deeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://digdeeper.one และคุณลักษณะหลักของมันคือ "Save Tweets/Articles/Videos to your collection on Dig Deeper"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save To Dig Deeper

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

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

                        With the “Save to Dig Deeper” extension, you can bookmark and organise your best collection of Tweets, articles and YouTube videos related to stock markets & investing.

This extension allows you to add Tweets, articles & YouTube videos to your Dig Deeper(digdeeper.one) collection, along with company, sector and general tags.

Keyboard Shortcuts:
1. To toggle Dig Deeper side panel, use the “Ctrl + Q” keyboard shortcut.
2. To open search panel, use "Ctrl + Shift + U" keyboard shortcut.

What more can you achieve with the Dig Deeper Collection feature?

- You can modify items and associated tags in your collection at digdeeper.one/collection_dashboard
- You can quickly filter items in your collection using tags
- You can also share your complete collection with your friends


Note: This extension may not perform as expected on certain websites. If you encounter any issues with adding items to your collection, please reach out to the contact below.


Contact:
For inquiries, feedback, and suggestions, please reach out to 

Email: [email protected]
Twitter: @Shankar_19 (https://twitter.com/Shankar_19)                    

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

ชื่อ Save To Dig Deeper Save To Dig Deeper
ID enipojnnlkbkgdhhaambipjeabhdldlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-dig-deeper/enipojnnlkbkgdhhaambipjeabhdldlh
คำอธิบาย Save Tweets/Articles/Videos to your collection on Dig Deeper
ขนาดไฟล์ 11.99 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2023-10-31
วันที่เผยแพร่ 2023-08-16
ผู้พัฒนา https://digdeeper.one
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.digdeeper.one
URL หน้านโยบายความเป็นส่วนตัว https://www.digdeeper.one/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save To Dig Deeper",
    "description": "Save Tweets\/Articles\/Videos to your collection on Dig Deeper",
    "version": "0.4",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_title": "Save to Dig Deeper"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/dd_128.png",
        "48": "images\/dd_48.png",
        "32": "images\/dd_32.png",
        "16": "images\/dd_16.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Q",
            "description": "Toggle Dig Deeper"
        },
        "open-search-panel": {
            "suggested_key": "Ctrl+Shift+U",
            "description": "Open Search Panel"
        }
    }
}