Udemy 2 pdf

This is a tool helps you to store your udemy notes as a handbook.

Udemy 2 pdf là gì?

Udemy 2 pdf là một tiện ích mở rộng Chrome được phát triển bởi navidshad72, và tính năng chính của nó là "This is a tool helps you to store your udemy notes as a handbook.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Udemy 2 pdf

Tải xuống các tệp mở rộng Udemy 2 pdf 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

                        Writing notes is a common activity a smart learner always do to have a handbook from the course. if you use Udemy courses this tool can helps you to convert your notes to a handbook just by one click.

How it works?
- Download the Udemy 2 pdf extension
- Go to your Udemy course
- Select note tab
- Select Udemy 2 pdf icon from your extensions and then 'Create pdf' button

Feel free to help me improve this tool :)                    

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

Tên Udemy 2 pdf Udemy 2 pdf
ID iiffpbagnlljnepaahnnehojfiaifnmi
URL Chính Thức https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi
Mô tả This is a tool helps you to store your udemy notes as a handbook.
Kích Thước Tệp 1.49 MB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-06-23
Ngày Phát Hành 2022-06-23
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển navidshad72
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Udemy 2 pdf",
    "description": "This is a tool helps you to store your udemy notes as a handbook.",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/imgs\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.udemy.com\/course\/*\/learn\/lecture\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "\/imgs\/icon.png"
    }
}