InterAct Math Finisher
This extension finishes a set of InterAct Math problems for you
Wat is InterAct Math Finisher?
InterAct Math Finisher is een Chrome-extensie ontwikkeld door Glenn Ren, en de belangrijkste functie is "This extension finishes a set of InterAct Math problems for you".
Extensie Screenshots
Download het CRX-bestand van de extensie InterAct Math Finisher
Download InterAct Math Finisher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ngihpjlnooaacbebpmadnibhlfkjcjmo |
Officiële URL | https://chrome.google.com/webstore/detail/interact-math-finisher/ngihpjlnooaacbebpmadnibhlfkjcjmo |
Beschrijving | This extension finishes a set of InterAct Math problems for you |
Bestandsgrootte | 10.95 KB |
Aantal Installaties | 84 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2015-11-01 |
Publicatiedatum | 2015-11-01 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Glenn Ren |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |