Slid: Smarter Video Note-taking with ChatGPT

Study App for video note-taking with ChatGPT

Slid: Smarter Video Note-taking with ChatGPTคืออะไร?

Slid: Smarter Video Note-taking with ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://slid.cc และคุณลักษณะหลักของมันคือ "Study App for video note-taking with ChatGPT"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slid: Smarter Video Note-taking with ChatGPT

ดาวน์โหลดไฟล์ส่วนขยาย Slid: Smarter Video Note-taking with ChatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Take video notes with ChatGPT! Slid is a video note-taking tool that makes it easy to capture screens while watching videos on YouTube or online courses. You can also write notes using ChatGPT.

You can always ask ChatGPT for anything, request quizzes, or take notes with its assistance while watching videos on any website.


✨ Key Features of Slid ✨

1. Integrated ChatGPT: With the integrated ChatGPT, you can ask AI Sliddy about anything you're curious about in the video, study notes, and summarized notes. You can also experience new learning opportunities, such as quizzes based on notes.

2. Slid Video-Note: You can take notes while watching videos, making it easy to capture important information as you go.

3. 1-click Capture: You can capture important scenes in just one click while watching the video, making it easy to record and reference.

4. Real-time Transcription: You can get the transcription of the lecture in real-time through the Smart Live-text feature and insert them into the notes.

5. Grab Text from Images: Don't worry if the image you captured has a lot of text. You can extract text from the image and insert it into your notes.

6. Automatic Note Saving: Your notes are automatically saved on the Slid website, allowing you to review them on various devices such as mobile phones and iPads.

7. Supports Various Formats: You can download saved notes in various formats such as PDF, Word, and Markdown.

👉 Slid website: https://slid.cc/
👉 Live chat support: http://slid.channel.io/                    

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

ชื่อ Slid: Smarter Video Note-taking with ChatGPT Slid: Smarter Video Note-taking with ChatGPT
ID cgajiilhmpfemmdihjnodpibaffakjhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slid-smarter-video-note-t/cgajiilhmpfemmdihjnodpibaffakjhj
คำอธิบาย Study App for video note-taking with ChatGPT
ขนาดไฟล์ 3.92 MB
จำนวนการติดตั้ง 47,407
เวอร์ชันปัจจุบัน 2.3.3
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2020-06-12
คะแนน 4.62/5 รวมทั้งหมด 152 คะแนน
ผู้พัฒนา https://slid.cc
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://slid.cc/
URL หน้าช่วยเหลือ http://slid.channel.io/
URL หน้านโยบายความเป็นส่วนตัว https://slid.oopy.io/b94a5939-44f2-4b50-8d97-a497d1e91537
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.3.3",
    "short_name": "Slid",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "Slid",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/slid_logo.png",
        "48": "img\/slid_logo.png",
        "128": "img\/slid_logo.png"
    },
    "options_ui": {
        "page": "setting.html",
        "open_in_tab": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.slid.cc\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3001\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "cookies",
        "tabs",
        "tabCapture",
        "storage",
        "http:\/\/*\/*.m3u8",
        "https:\/\/*\/*.m3u8",
        "http:\/\/*\/*.mp4",
        "https:\/\/*\/*.mp4",
        "https:\/\/*.slid.cc\/",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:3001\/*",
                "*:\/\/*.slid.cc\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/mkyu.co.kr\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background\/injectExtensionId.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "background\/extensionOnboarding.js"
            ],
            "css": [
                "background\/instantStartHoverButton.css",
                "background\/global.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background\/injectHoverButton.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background\/YouTubeInstantStartButton.js"
            ],
            "css": [
                "background\/instantStartButton.css",
                "background\/global.css"
            ]
        },
        {
            "matches": [
                "https:\/\/mkyu.co.kr\/*",
                "https:\/\/www.mkyu.co.kr\/*"
            ],
            "js": [
                "background\/MKYUInstantStartButton.js"
            ],
            "css": [
                "background\/instantStartButton.css",
                "background\/global.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=TKwLx1MKQBo&t=12s*",
                "https:\/\/www.youtube.com\/watch?v=TKwLx1MKQBo*",
                "https:\/\/www.youtube.com\/watch?v=fSghyubwNkM&t=2s*",
                "https:\/\/www.youtube.com\/watch?v=fSghyubwNkM*"
            ],
            "js": [
                "background\/ExtensionGuide\/YoutubeExtensionGuide.js"
            ],
            "css": [
                "background\/ExtensionGuide\/ExtensionGuide.css",
                "background\/global.css"
            ]
        },
        {
            "matches": [
                "https:\/\/vimeo.com\/746434657",
                "https:\/\/vimeo.com\/746757206"
            ],
            "js": [
                "background\/ExtensionGuide\/VimeoExtensionGuide.js"
            ],
            "css": [
                "background\/ExtensionGuide\/ExtensionGuide.css",
                "background\/global.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "design\/assets\/*"
    ]
}