Udemy 2 pdf

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

Apa itu Udemy 2 pdf?

Udemy 2 pdf adalah ekstensi Chrome yang dikembangkan oleh navidshad72, dan fitur utamanya adalah "This is a tool helps you to store your udemy notes as a handbook.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Udemy 2 pdf

Unduh file ekstensi Udemy 2 pdf dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Udemy 2 pdf Udemy 2 pdf
ID iiffpbagnlljnepaahnnehojfiaifnmi
URL Resmi https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi
Deskripsi This is a tool helps you to store your udemy notes as a handbook.
Ukuran File 1.49 MB
Jumlah Instalasi 107
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-06-23
Tanggal Publikasi 2022-06-23
Penilaian 2.00/5 Total 1 Penilaian
Pengembang navidshad72
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}