Trig Helper

This extension can solve trigonometry. Do not use for cheating on tests.

Trig Helperคืออะไร?

Trig Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicholas Z. และคุณลักษณะหลักของมันคือ "This extension can solve trigonometry. Do not use for cheating on tests."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trig Helper

ดาวน์โหลดไฟล์ส่วนขยาย Trig Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension has been developed after realizing there are no good Trigonometry solvers for High School students out there.  This is very helpful when you don't want to do all the extra work to solve for the sides or angles of a triangle.  The extension takes in: SSS, SAS, ASA, AAS, and SSA.  This was made for helping you when you are stuck, DO NOT use to cheat on tests.  If you run into errors, please contact me.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trig Helper Trig Helper
ID hggkalpbenecnnepdpamfnpoomgoidcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trig-helper/hggkalpbenecnnepdpamfnpoomgoidcj
คำอธิบาย This extension can solve trigonometry. Do not use for cheating on tests.
ขนาดไฟล์ 250 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-12-28
วันที่เผยแพร่ 2017-12-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Nicholas Z.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trig Helper",
    "short_name": "trigHelper",
    "description": "This extension can solve trigonometry.  Do not use for cheating on tests.",
    "version": "1.2",
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png",
        "16": "icon\/16.png"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "popup.html"
    }
}