Beastnotes ▪ Take notes for online courses

Take notes and learn effectively while watching course videos on MOOC platforms, YouTube etc.

Beastnotes ▪ Take notes for online courses là gì?

Beastnotes ▪ Take notes for online courses là một tiện ích mở rộng Chrome được phát triển bởi https://beastnotes.com, và tính năng chính của nó là "Take notes and learn effectively while watching course videos on MOOC platforms, YouTube etc.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beastnotes ▪ Take notes for online courses

Tải xuống các tệp mở rộng Beastnotes ▪ Take notes for online courses 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

                        Beastnotes is a notebook for online courses, enabling you to learn and study effectively across the web. The extension and website work together seamlessly to help you take notes while watching MOOC lecture videos and studying thereafter.  As a result, you can: 

Learn effectively
Take in-context notes while focusing on MOOC lecture videos. No more tabbing through apps or scribbling frantically on paper. The extension is widely supported on learning websites such as Coursera, Udemy, edX, Zoom, and Youtube, live streaming sites, reference and news sites, blogs, and beyond, offering features such as Video Timestamps. In addition, you can use a Pomodoro timer, set goals, and understand how you spend your time learning.   

Stay organized
Use a familiar textbook hierarchy to structure notes according to your online course. The notes taken via the extension will be organized on the website where you can study them. 
 
Study for exams
Notes are linked to the course webpage you typed them on. Review these notes in context, when rewatching video lectures on, whether on Udemy, Coursera, or other learning sites. The website is designed to help you study content effectively and has features to help exam preparation.
 
Collaborate with classmates
You can share notes directly from the extension. As importantly, you can also easily capture meeting notes when you are in a video conferences with your classmates. Beast notes works with Google Hangouts / Meet and other web-based video conference tools.   

By installing the extension, you agree to our Terms of Service present in this link: https://www.beastnotes.com/#!/terms-of-service. And here is a link to our Privacy Policy - https://www.beastnotes.com/#!/privacy-policy - if you would like to learn more about it.  

Steps to get started: 

1. Install the extension
2. Sign up on www.beastnotes.com
3. Sign in
4. Select or create a notebook
5. Take notes! 

Please provide your thoughts, ideas and feedback in the links in the extension and website. We would be delighted to hear from you!

www.beastnotes.com                    

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

Tên Beastnotes ▪ Take notes for online courses Beastnotes ▪ Take notes for online courses
ID ijdbgcbejbmcfcglmbahkfpadjbebgal
URL Chính Thức https://chromewebstore.google.com/detail/beastnotes-%E2%96%AA-take-notes-f/ijdbgcbejbmcfcglmbahkfpadjbebgal
Mô tả Take notes and learn effectively while watching course videos on MOOC platforms, YouTube etc.
Kích Thước Tệp 1.89 MB
Số Lần Cài Đặt 2,898
Phiên Bản Hiện Tại 0.5.6
Cập Nhật Lần Cuối 2022-05-13
Ngày Phát Hành 2020-06-23
Đánh Giá 4.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://beastnotes.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.beastnotes.com
URL Trang Chính Sách Bảo Mật https://www.beastnotes.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beastnotes \u25aa Take notes for online courses",
    "description": "Take notes and learn effectively while watching course videos on MOOC platforms, YouTube etc.",
    "version": "0.5.6",
    "manifest_version": 3,
    "author": "https:\/\/www.beastnotes.com\/",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "index.js"
    },
    "action": [],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.beastnotes.com\/*",
            "https:\/\/*.thinkific.com\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "alarms",
        "cookies",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.beastnotes.com\/",
        "https:\/\/*.thinkific.com\/"
    ],
    "commands": {
        "open_selection_modal": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            },
            "description": "Open selection menu"
        },
        "timestamp": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period",
                "mac": "MacCtrl+Shift+Period"
            },
            "description": "Capture timestamp"
        },
        "video_mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "MacCtrl+Shift+V"
            },
            "description": "Toggle video mode"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "MacCtrl+Shift+Space"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*",
                "vendor\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "oidoacicbcncolhinhfgpfpadgcfjeli"
            ]
        }
    ]
}