Spiral Clip: Turns videos into live quizzes

Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.

什麼是Spiral Clip: Turns videos into live quizzes?

Spiral Clip: Turns videos into live quizzes是由https://spiral.ac開發的Chrome擴展程式,該擴展的主要功能是“Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.”。

擴展截圖

screenshot

下載Spiral Clip: Turns videos into live quizzes擴展crx文件

下載Spiral Clip: Turns videos into live quizzes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Spiral Clip: Turns any public video into a live chat with questions and quizzes. 

This Chrome Extension allows teachers to import videos into Spiral directly from YouTube.

Provides instant feedback on how the class is performing. 

The perfect EdTech app for teaching with video!                    

擴展基本資訊

名稱 Spiral Clip: Turns videos into live quizzes Spiral Clip: Turns videos into live quizzes
ID gfibmgbpcionfgicoganojajjbglffpe
官方網址 https://chromewebstore.google.com/detail/spiral-clip-turns-videos/gfibmgbpcionfgicoganojajjbglffpe
簡介 Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.
檔案大小 50 KB
安裝次數 1,816
目前版本 1.20
更新時間 2018-09-25
上架時間 2018-09-25
評分 4.60/5 共 10 次評分
開發者 https://spiral.ac
電子郵箱 [email protected]
付費類型 free
擴展官網 https://spiral.ac
說明頁面URL https://spiral.ac/support/faq
隱私政策頁面URL https://spiral.ac/support/privacy
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "clip-chrome.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwisXtbngNqfq+sbdhXToQPuI2pkSTW07JvVRyhw158ahnP3cNZTnuidwJq0JXTLg6yyEB1qZ1Q2uD6iniZODUYN6H6UopQzLE88CXUCO2GIjM1kqTEARi7LVuasd95MUjQKr0xOtaPjG3H2oIDs\/GtkAQQJB3vtl4CO\/EXca0jkTF9WRGYDBubiPOVFUSLVIod2WgtbvVoFjvRAsI6yuVpWVZaLBY9Hnf4q1bV12uQjMSEtdNBiEGfsXKUl\/4bucFrzrMV6HTldae8mj5HClu00h5h8NnWuLykjhkCiQAcB+risnEn1p6SEp1hsDKmjsK5ld+gYlCHyTa3DuQC0vcwIDAQAB",
    "manifest_version": 2,
    "name": "Spiral Clip: Turns videos into live quizzes",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.20",
    "web_accessible_resources": [
        "teach-with-spiral.png"
    ]
}