InterAct Math Finisher

This extension finishes a set of InterAct Math problems for you

InterAct Math Finisherคืออะไร?

InterAct Math Finisher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Glenn Ren และคุณลักษณะหลักของมันคือ "This extension finishes a set of InterAct Math problems for you"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InterAct Math Finisher

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}