QuizPop
Create ESL Quizes easily on Quizlet
What is QuizPop?
QuizPop is a Chrome extension developed by Unknown, and its main feature is "Create ESL Quizes easily on Quizlet".
Extension Screenshots
Download QuizPop Extension CRX File
Download QuizPop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | QuizPop |
ID | nhjdekdbhbijmgnjfeokbdabbmbgpfho |
Official URL | https://chromewebstore.google.com/detail/quizpop/nhjdekdbhbijmgnjfeokbdabbmbgpfho |
Description | Create ESL Quizes easily on Quizlet |
File Size | 37.58 KB |
Installation Count | 27 |
Current Version | 1.2 |
Last Updated | 2014-03-13 |
Publish Date | 2014-03-13 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuizPop", "description": "Create ESL Quizes easily on Quizlet", "version": "1.2", "content_scripts": [ { "all_frames": true, "js": [ "jquery.min.js", "apikeys.hide.js", "cellPair.js", "quizpop.js" ], "matches": [ "http:\/\/quizlet.com\/create-set", "https:\/\/quizlet.com\/create-set" ] }, { "all_frames": true, "css": [ "quizpop.css" ], "matches": [ "http:\/\/quizlet.com\/create-set", "https:\/\/quizlet.com\/create-set" ] } ], "browser_action": { "default_icon": "joon-logo.png" } } |