Prager University

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

Prager Universityとは何ですか?

Prager UniversityはKris Krauseによって開発されたChromeの拡張機能で、その主な機能は「Short videos. Big ideas. A world of new perspectives, five minutes at a time.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Prager University拡張機能のCRXファイルをダウンロード

Prager University拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Prager University Prager University
ID bnjemocbpkjmnilphimpmaaghgmiedpc
公式URL https://chrome.google.com/webstore/detail/prager-university/bnjemocbpkjmnilphimpmaaghgmiedpc
説明 Short videos. Big ideas. A world of new perspectives, five minutes at a time.
ファイルサイズ 101 KB
インストール数 213
現在のバージョン 1.0
最終更新日 2016-10-25
公開日 2016-10-25
評価 5.00/5 合計 2 レビュー
開発者 Kris Krause
Eメール [email protected]
支払い方法 free
対応言語 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\/"
    ]
}