VideoMark - Take notes on YouTube, Coursera

VideoMark is a simple tool that can help you take notes on YouTube, Coursera, Udemy.

VideoMark - Take notes on YouTube, Coursera là gì?

VideoMark - Take notes on YouTube, Coursera là một tiện ích mở rộng Chrome được phát triển bởi https://videomark.app, và tính năng chính của nó là "VideoMark is a simple tool that can help you take notes on YouTube, Coursera, Udemy.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VideoMark - Take notes on YouTube, Coursera

Tải xuống các tệp mở rộng VideoMark - Take notes on YouTube, Coursera 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

                        🌟 Now Supporting ChatGPT-Assisted Video Summary Generation! 🌟
🌟 Now Supporting Udemy and Coursera Video Notes! 🌟
📝 Export Your Notes to Google Docs Instantly! 📝

+++++++

VideoMark is your go-to solution for annotating videos across platforms. With a user-friendly interface and intuitive drawing tools, you can easily take notes directly on YouTube videos and highlight key frames.

+++++++

🎯 What Makes VideoMark Unique?

- Capture and Save: Effortlessly save subtitles and screenshots, making it an ideal tool for educational purposes and capturing essential video content.
- Your Data, Your Rules: Unlike other note-taking tools, we respect your privacy. We neither own your notes nor your videos, and we promise never to display ads or sell your information.

+++++++

🪄 Features
- 🖍 Draw annotations on online videos
- 📝 Take notes on YouTube, Coursera, and Udemy
- 📸 Save screenshots and subtitles directly from videos
- ⏩ Convenient speed control and A-B loop features
- ☁️ Autosave to Google Drive
- 🏷 Use hashtags to categorize your notes
- 📤 Export options include PDF, TXT, and Word

+++++++

🌝 Who Can Benefit?
🎓 Learners
Whether you're acquiring new skills in tech, design, or music through platforms like YouTube, Coursera, or Udemy, VideoMark consolidates your video notes in one place. Focus on gaining insights and inspiration to transform your life through education.


🎥 YouTubers
Struggling to manage a plethora of video clips and screenshots? VideoMark allows you to quickly browse, tag, and organize your content effortlessly.

+++++++

🛠 Coming Soon
- 🔄 Enhanced autosave options, including Dropbox, Evernote, and Notion
- 🔍 Full-Text Search Capability

+++++++


📨 Support
For additional help and information, visit VideoMark.app

+++++++

😘 Love VideoMark? Rate Us!
Support VideoMark by leaving us a ★★★★★ 5-STAR REVIEW!

+++++++                    

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

Tên VideoMark - Take notes on YouTube, Coursera VideoMark - Take notes on YouTube, Coursera
ID jogmoeadejjblbhmaelnammnebhpbcaa
URL Chính Thức https://chromewebstore.google.com/detail/videomark-take-notes-on-y/jogmoeadejjblbhmaelnammnebhpbcaa
Mô tả VideoMark is a simple tool that can help you take notes on YouTube, Coursera, Udemy.
Kích Thước Tệp 4.41 MB
Số Lần Cài Đặt 1,266
Phiên Bản Hiện Tại 0.0.33
Cập Nhật Lần Cuối 2023-11-03
Ngày Phát Hành 2022-04-24
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://videomark.app
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://videomark.app/submit-a-request/
URL Trang Chính Sách Bảo Mật https://videomark.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "0.0.33",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "*:\/\/*.coursera.org\/",
        "*:\/\/*.udemycdn.com\/*",
        "cookies",
        "unlimitedStorage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/drive.google.com\/",
        "https:\/\/vm.gameaibo.com\/",
        "https:\/\/account.videomark.app\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "205652667378-ii9lecfhvt0aa25rs4dd3129icd0qch3.apps.googleusercontent.com",
        "client_id-my-test": "205652667378-nnedsmcu92eq8ql4ulr123nclrjub1cm.apps.googleusercontent.com",
        "client_id-yusheng-test": "205652667378-5357rvmbl9p767m65e0jql536pokn3g7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "commands": {
        "run-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Run \"foo\" on the current page."
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "contentScript.bundle.js",
                "youtube.bundle.js"
            ],
            "css": [
                "youtube.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.coursera.org\/*",
                "*:\/\/coursera.org\/*"
            ],
            "js": [
                "contentScript.bundle.js",
                "coursera.bundle.js"
            ],
            "css": [
                "coursera.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.udemy.com\/*",
                "*:\/\/udemy.com\/*"
            ],
            "js": [
                "contentScript.bundle.js",
                "udemy.bundle.js"
            ],
            "css": [
                "udemy.css"
            ]
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentScript.bundle.js",
                "openai.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/vm.gameaibo.com\/*",
                "*:\/\/account.videomark.app\/*"
            ],
            "js": [
                "webApp.bundle.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentScript.css",
                "options.html",
                "icon-128.png",
                "icon-34.png",
                "youtubeScript.js"
            ],
            "extension_ids": [],
            "matches": [
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:3001\/*",
                "https:\/\/vm.gameaibo.com\/*",
                "https:\/\/account.videomark.app\/*"
            ]
        },
        {
            "resources": [
                "*.png"
            ],
            "extension_ids": [],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/*.coursera.org\/*"
            ]
        },
        {
            "resources": [
                "courseraScript.js"
            ],
            "extension_ids": [],
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3001\/*",
            "https:\/\/vm.gameaibo.com\/*",
            "https:\/\/account.videomark.app\/*"
        ]
    }
}