InterAct Math Finisher

This extension finishes a set of InterAct Math problems for you

什么是InterAct Math Finisher?

InterAct Math Finisher是由Glenn Ren开发的Chrome扩展程序,该扩展的主要功能是“This extension finishes a set of InterAct Math problems for you”。

扩展截图

screenshot

下载InterAct Math Finisher扩展crx文件

下载InterAct Math Finisher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 InterAct Math Finisher InterAct Math Finisher
ID ngihpjlnooaacbebpmadnibhlfkjcjmo
官方URL https://chrome.google.com/webstore/detail/interact-math-finisher/ngihpjlnooaacbebpmadnibhlfkjcjmo
简介 This extension finishes a set of InterAct Math problems for you
文件大小 10.95 KB
安装次数 84
当前版本 0.2
更新时间 2015-11-01
上架时间 2015-11-01
评分 1.00/5 共1次评分
开发者 Glenn Ren
付费类型 free
支持的语言 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"
    ]
}