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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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\/" ] } |