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 |
Eメール | [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" } } |