Prager University

Short videos. Big ideas. A world of new perspectives, five minutes at a time.

Co to jest Prager University?

Prager University to rozszerzenie Chrome opracowane przez Kris Krause, a jego główną funkcją jest „Short videos. Big ideas. A world of new perspectives, five minutes at a time.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Prager University

Pobierz pliki rozszerzeń Prager University 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

                        Short videos.  Big ideas.  A world of new perspectives, five minutes at a time.  No ads.  Updated daily.                    

Podstawowe informacje o rozszerzeniu

Nazwa Prager University Prager University
ID bnjemocbpkjmnilphimpmaaghgmiedpc
Oficjalny URL https://chrome.google.com/webstore/detail/prager-university/bnjemocbpkjmnilphimpmaaghgmiedpc
Opis Short videos. Big ideas. A world of new perspectives, five minutes at a time.
Rozmiar pliku 101 KB
Liczba instalacji 213
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-10-25
Data Publikacji 2016-10-25
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Kris Krause
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prager University",
    "description": "Short videos.  Big ideas.  A world of new perspectives, five minutes at a time.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "prager.html"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "http:\/\/*.rackcdn.com\/"
    ]
}