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.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        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 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
Eメール [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'"
    }
}