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.”。
扩展截图
下载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 |
ID | gfibmgbpcionfgicoganojajjbglffpe |
官方URL | 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" ] } |