InterAct Math Finisher

This extension finishes a set of InterAct Math problems for you

Qu'est-ce que InterAct Math Finisher ?

InterAct Math Finisher est une extension Chrome développée par Glenn Ren, et sa fonction principale est "This extension finishes a set of InterAct Math problems for you".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension InterAct Math Finisher

Téléchargez les fichiers d'extension InterAct Math Finisher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom InterAct Math Finisher InterAct Math Finisher
ID ngihpjlnooaacbebpmadnibhlfkjcjmo
URL Officiel https://chrome.google.com/webstore/detail/interact-math-finisher/ngihpjlnooaacbebpmadnibhlfkjcjmo
Description This extension finishes a set of InterAct Math problems for you
Taille du Fichier 10.95 KB
Nombre d'Installations 84
Version Actuelle 0.2
Dernière Mise à Jour 2015-11-01
Date de Publication 2015-11-01
Évaluation 1.00/5 Total 1 Évaluations
Développeur Glenn Ren
Type de Paiement free
Langues Prises en Charge 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"
    ]
}