Puzzicle
Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher.
Apa itu Puzzicle?
Puzzicle adalah ekstensi Chrome yang dikembangkan oleh https://puzzicle.com, dan fitur utamanya adalah "Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Puzzicle
Unduh file ekstensi Puzzicle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Love Khan Academy and Educational Youtube videos? ============================================ Then you will love this. Have you or your child ever watched an educational video and lost focus? Have you ever wished that a video was more engaging and interactive like a teacher-led lesson? Do you every wish you had a "teaching genie" to help? Then look no further. That's what Puzzicle does. How we do it =========== More and more learners are watching educational videos. But watching videos is not learning. Videos are not lessons. They lack interactivity and engagement. By providing questions, notes and guidance directly embedded in Khan Academy videos so that learners can truly be engaged by the wonderful resource that is Khan Academy. Educational Videos -vs- Puzzicle Lessons ================================= >> Experience Passive Consumption -vs- Active Participation >> Learning Style Watch & Chill -vs- Engage & Focus >> Outcomes Superficial Familiarity -vs- Internalization & Retention So go ahead, *get the extension*, if you haven't already! STILL haven't downloaded the extension? ================================= Hear from an actual learner - Watch this video: https://youtu.be/ETXboP8Ev-M and see why Puzzicle was invented and how this learner uses Puzzicle. Not convinced yet? Read "Our story". Our Story ======== Puzzicle was created during Covid-19 because we found that our kids needed our help constantly. Sure, they could reach out to their teachers, but by the time they sent an email out and got a response it would be the next day. Our kids were also covering material that wasn't taught in school, and as they went a few grades ahead, they began to find things getting difficult. All of Sal Khan's explanations are great, but if you are going "above grade" you really need to focus. And when Sal says "Pause the video and try it out yourself", you really need to do that. But many learners lean back and consume and they don't pause videos, they merely familiarize themselves with material. They don't LEARN. And that's why we created Puzzicle. It allows kids to have teacher-guided videos without a teacher or a parent actually being there! Teachers ======= You want nothing more for your learners than success. And success means their ability to learn when they are outside the classroom so that you can focus on the stuff that really delivers excellence. So Puzzicle is really a teacher companion tool. International Parents & Teachers ========================== If you aren't in the United States, you may wonder, why use Khan Academy? Khan Academy is great for foundational learning regardless of where you are in the world. Physics, Math, Chemistry and Biology are all the same anywhere in the world and so we'd encourage you to try it. NOT just Khan Academy ==================== We support videos from some of the best kids Youtube Channels including Mark Rober, Numberphile, TED, National Geographic, Crash Course, among others. Some notes: * While we have included this in the "Social & Communication" category, Puzzicle does not provide any live interaction facilities - it is more an education tool to assist with the already fabulous Khan Academy! * We have no relationship with Khan Academy and the use of "Khan Academy" is only used in a descriptive sense and does not imply any endorsement. * With the exception of payments made (that are entirely donations and optional), you should also be aware that we do not collect or share any personally identifiable information with this extension. In fact, the answers you or your child enters are not transmitted to the server. It is evaluated on the client itself. * Note that if you donate, we will have the information you provide - i.e. your Paypal email address.
Informasi Dasar Ekstensi
Nama | Puzzicle |
ID | mbbpiggjcniinkoddmnekbbaemlpjekj |
URL Resmi | https://chromewebstore.google.com/detail/puzzicle/mbbpiggjcniinkoddmnekbbaemlpjekj |
Deskripsi | Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher. |
Ukuran File | 768 KB |
Jumlah Instalasi | 691 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2022-12-01 |
Tanggal Publikasi | 2021-04-30 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | https://puzzicle.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://docs.google.com/forms/d/e/1FAIpQLSc_lDAXM4ssHXLvj3iUNUI7NT6cqUpxNcIlIFXIJpIPtHSemA/viewform |
URL Halaman Kebijakan Privasi | https://www.privacypolicygenerator.info/live.php?token=peOaZhxmFbpmUcHkE6yuI6nnjTeC5FKG |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Puzzicle", "version": "0.0.7", "icons": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png", "128": "images\/128.png" }, "description": "Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "css\/ytpuzzicle.css" ], "js": [ "js\/jquery-3.5.1.js", "js\/stitch.js", "templates.js", "ytscriptpuzzicle.js" ] }, { "matches": [ "*:\/\/www.khanacademy.org\/*" ], "js": [ "js\/jquery-3.5.1.js", "js\/stitch.js", "js\/script.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "frame.html" ], "matches": [ "*:\/\/www.khanacademy.org\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/www.khanacademy.org\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |