InterAct Math Finisher

This extension finishes a set of InterAct Math problems for you

Co to jest InterAct Math Finisher?

InterAct Math Finisher to rozszerzenie Chrome opracowane przez Glenn Ren, a jego główną funkcją jest „This extension finishes a set of InterAct Math problems for you”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia InterAct Math Finisher

Pobierz pliki rozszerzeń InterAct Math Finisher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa InterAct Math Finisher InterAct Math Finisher
ID ngihpjlnooaacbebpmadnibhlfkjcjmo
Oficjalny URL https://chrome.google.com/webstore/detail/interact-math-finisher/ngihpjlnooaacbebpmadnibhlfkjcjmo
Opis This extension finishes a set of InterAct Math problems for you
Rozmiar pliku 10.95 KB
Liczba instalacji 84
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2015-11-01
Data Publikacji 2015-11-01
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Glenn Ren
Typ Płatności free
Obsługiwane Języki 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"
    ]
}