InterAct Math Finisher
This extension finishes a set of InterAct Math problems for you
What is InterAct Math Finisher?
InterAct Math Finisher is a Chrome extension developed by Glenn Ren, and its main feature is "This extension finishes a set of InterAct Math problems for you".
Extension Screenshots
Download InterAct Math Finisher Extension CRX File
Download InterAct Math Finisher 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
This extension "solves" InterAct Math Problems for you. As of right now, it only has the option to complete all of the problems but there will likely be more functionality added in the future. It estimates about 5 minutes per problem.
Extension Basic Information
Name | |
ID | ngihpjlnooaacbebpmadnibhlfkjcjmo |
Official URL | https://chrome.google.com/webstore/detail/interact-math-finisher/ngihpjlnooaacbebpmadnibhlfkjcjmo |
Description | This extension finishes a set of InterAct Math problems for you |
File Size | 10.95 KB |
Installation Count | 84 |
Current Version | 0.2 |
Last Updated | 2015-11-01 |
Publish Date | 2015-11-01 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Glenn Ren |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InterAct Math Finisher", "version": "0.2", "manifest_version": 2, "description": "This extension finishes a set of InterAct Math problems for you", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "InteractMath Finisher", "default_icon": "icon.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |