Udemy 2 pdf

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

Qu'est-ce que Udemy 2 pdf ?

Udemy 2 pdf est une extension Chrome développée par navidshad72, et sa fonction principale est "This is a tool helps you to store your udemy notes as a handbook.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Udemy 2 pdf

Téléchargez les fichiers d'extension Udemy 2 pdf au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Udemy 2 pdf Udemy 2 pdf
ID iiffpbagnlljnepaahnnehojfiaifnmi
URL Officiel https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi
Description This is a tool helps you to store your udemy notes as a handbook.
Taille du Fichier 1.49 MB
Nombre d'Installations 107
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-06-23
Date de Publication 2022-06-23
Évaluation 2.00/5 Total 1 Évaluations
Développeur navidshad72
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}