Udemy 2 pdf

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

Was ist Udemy 2 pdf?

Udemy 2 pdf ist eine Chrome-Erweiterung, die von navidshad72 entwickelt wurde, und ihr Hauptmerkmal ist "This is a tool helps you to store your udemy notes as a handbook.".

Erweiterungsscreenshots

screenshot

Udemy 2 pdf-Erweiterungs-CRX-Datei herunterladen

Laden Sie Udemy 2 pdf-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Udemy 2 pdf Udemy 2 pdf
ID iiffpbagnlljnepaahnnehojfiaifnmi
Offizielle URL https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi
Beschreibung This is a tool helps you to store your udemy notes as a handbook.
Dateigröße 1.49 MB
Installationsanzahl 107
Aktuelle Version 1.0.1
Letztes Update 2022-06-23
Veröffentlichungsdatum 2022-06-23
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler navidshad72
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}