Programming Learning Resources

Learning Recourses for all programming lang

Co to jest Programming Learning Resources?

Programming Learning Resources to rozszerzenie Chrome opracowane przez aquaman.randa, a jego główną funkcją jest „Learning Recourses for all programming lang”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Programming Learning Resources

Pobierz pliki rozszerzeń Programming Learning Resources 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

                        It is a learning resource for all the programming languages which is useful to get the best resource to learn for a particular programming language. Happy learning ! :)                    

Podstawowe informacje o rozszerzeniu

Nazwa Programming Learning Resources Programming Learning Resources
ID flhmpjiflcekkepgcmpbjkbafpfagakg
Oficjalny URL https://chrome.google.com/webstore/detail/programming-learning-reso/flhmpjiflcekkepgcmpbjkbafpfagakg
Opis Learning Recourses for all programming lang
Rozmiar pliku 106 KB
Liczba instalacji 79
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2021-05-05
Data Publikacji 2020-04-29
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper aquaman.randa
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",
    "description": "Learning Recourses for all programming lang",
    "version": "1.0.3",
    "name": "Programming Learning Resources",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}