InterAct Math Finisher

This extension finishes a set of InterAct Math problems for you

Co je InterAct Math Finisher?

InterAct Math Finisher je rozšíření Chrome vyvinuté Glenn Ren, a jeho hlavní funkcí je „This extension finishes a set of InterAct Math problems for you“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření InterAct Math Finisher

Stáhněte si soubory rozšíření InterAct Math Finisher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název InterAct Math Finisher InterAct Math Finisher
ID ngihpjlnooaacbebpmadnibhlfkjcjmo
Oficiální URL https://chrome.google.com/webstore/detail/interact-math-finisher/ngihpjlnooaacbebpmadnibhlfkjcjmo
Popis This extension finishes a set of InterAct Math problems for you
Velikost souboru 10.95 KB
Počet instalací 84
Aktuální Verze 0.2
Poslední Aktualizace 2015-11-01
Datum Vydání 2015-11-01
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Glenn Ren
Typ Platby free
Podporované Jazyky 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"
    ]
}