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.
Cos'è Spiral Clip: Turns videos into live quizzes?
Spiral Clip: Turns videos into live quizzes è un'estensione di Chrome sviluppata da https://spiral.ac, e la sua funzione principale è "Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spiral Clip: Turns videos into live quizzes
Scarica i file di estensione Spiral Clip: Turns videos into live quizzes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Spiral Clip: Turns videos into live quizzes |
ID | gfibmgbpcionfgicoganojajjbglffpe |
URL Ufficiale | https://chromewebstore.google.com/detail/spiral-clip-turns-videos/gfibmgbpcionfgicoganojajjbglffpe |
Descrizione | Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing. |
Dimensione del File | 50 KB |
Conteggio Installazioni | 1,816 |
Versione Corrente | 1.20 |
Ultimo Aggiornamento | 2018-09-25 |
Data di Pubblicazione | 2018-09-25 |
Valutazione | 4.60/5 Totale 10 Valutazioni |
Sviluppatore | https://spiral.ac |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://spiral.ac |
URL della Pagina di Aiuto | https://spiral.ac/support/faq |
URL della Pagina della Politica sulla Privacy | https://spiral.ac/support/privacy |
Lingue Supportate | 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" ] } |