Puzzicle
Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher.
Puzzicle란 무엇입니까?
Puzzicle은(는) https://puzzicle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher."입니다.
확장 프로그램 스크린샷
Puzzicle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Puzzicle |
ID | mbbpiggjcniinkoddmnekbbaemlpjekj |
공식 URL | https://chromewebstore.google.com/detail/puzzicle/mbbpiggjcniinkoddmnekbbaemlpjekj |
설명 | Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher. |
파일 크기 | 768 KB |
설치 횟수 | 691 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2022-12-01 |
출시 날짜 | 2021-04-30 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | https://puzzicle.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://docs.google.com/forms/d/e/1FAIpQLSc_lDAXM4ssHXLvj3iUNUI7NT6cqUpxNcIlIFXIJpIPtHSemA/viewform |
개인정보 보호 정책 페이지 URL | https://www.privacypolicygenerator.info/live.php?token=peOaZhxmFbpmUcHkE6yuI6nnjTeC5FKG |
지원되는 언어 | 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'" } } |