Trig Helper

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

Trig Helper란 무엇입니까?

Trig Helper은(는) Nicholas Z.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension can solve trigonometry. Do not use for cheating on tests."입니다.

확장 프로그램 스크린샷

screenshot

Trig Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}