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": "Quick Equations", "short_name": "Quick Eqs", "version": "1.7.0", "manifest_version": 3, "description": "A fast, shortcut based equation editor with realtime preview and WolframAlpha, WeBWorK and Google Forms support.", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "service_worker": "service_worker.js", "type": "module" }, "content_scripts": [ { "js": [ "vendor\/jquery-3.6.0.min.js", "vendor\/jqmath-etc-0.4.6.min.js", "equation.js", "wolfram.js" ], "css": [ "vendor\/jqmath-0.4.3.css", "wolfram.css" ], "matches": [ "https:\/\/www.wolframalpha.com\/input*" ] } ], "permissions": [ "storage", "scripting" ], "optional_host_permissions": [ "https:\/\/docs.google.com\/picker*", "https:\/\/docs.google.com\/forms\/*", "*:\/\/*\/*" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "icon.png", "equation.js", "load-math.js", "vendor\/jquery-3.6.0.min.js", "vendor\/jqmath-etc-0.4.6.min.js", "vendor\/jqmath-0.4.3.css" ], "matches": [ "*:\/\/*\/*" ] } ] }