Udemy 2 pdf

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

什麼是Udemy 2 pdf?

Udemy 2 pdf是由navidshad72開發的Chrome擴展程式,該擴展的主要功能是“This is a tool helps you to store your udemy notes as a handbook.”。

擴展截圖

screenshot

下載Udemy 2 pdf擴展crx文件

下載Udemy 2 pdf擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 :)                    

擴展基本資訊

名稱 Udemy 2 pdf Udemy 2 pdf
ID iiffpbagnlljnepaahnnehojfiaifnmi
官方網址 https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi
簡介 This is a tool helps you to store your udemy notes as a handbook.
檔案大小 1.49 MB
安裝次數 107
目前版本 1.0.1
更新時間 2022-06-23
上架時間 2022-06-23
評分 2.00/5 共 1 次評分
開發者 navidshad72
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}