Prager University
Short videos. Big ideas. A world of new perspectives, five minutes at a time.
Prager Universityคืออะไร?
Prager University เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kris Krause และคุณลักษณะหลักของมันคือ "Short videos. Big ideas. A world of new perspectives, five minutes at a time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prager University
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |