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.”。
扩展截图
下载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 |
ID | iiffpbagnlljnepaahnnehojfiaifnmi |
官方URL | 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" } } |