Udemy 2 pdf

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

Co to jest Udemy 2 pdf?

Udemy 2 pdf to rozszerzenie Chrome opracowane przez navidshad72, a jego główną funkcją jest „This is a tool helps you to store your udemy notes as a handbook.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Udemy 2 pdf

Pobierz pliki rozszerzeń Udemy 2 pdf w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Udemy 2 pdf Udemy 2 pdf
ID iiffpbagnlljnepaahnnehojfiaifnmi
Oficjalny URL https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi
Opis This is a tool helps you to store your udemy notes as a handbook.
Rozmiar pliku 1.49 MB
Liczba instalacji 107
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-06-23
Data Publikacji 2022-06-23
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper navidshad72
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}