Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StudyState Export", "description": "Converts any Quizlet set to the format used by the `Import Quizlet` feature on StudyState.net", "version": "1.1", "manifest_version": 3, "icons": { "128": "StudyState.png" }, "content_scripts": [ { "matches": [ "https:\/\/quizlet.com\/*" ], "js": [ "parser.min.js", "content.js" ] } ] }