Fractions for Kids

A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would.

Fractions for Kids란 무엇입니까?

Fractions for Kids은(는) Mr. Mole (MoleTech Co-Founder)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fractions for Kids 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would. You can also use this for when you get distracted in school, you can pull this up, find the fraction, and use it!

Note: This extension will have constant updates, though they won't be published constantly.                    

확장 프로그램 기본 정보

이름 Fractions for Kids Fractions for Kids
ID pckcoibcbgpfhineafifpbmafkhpfhfj
공식 URL https://chromewebstore.google.com/detail/fractions-for-kids/pckcoibcbgpfhineafifpbmafkhpfhfj
설명 A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would.
파일 크기 6.73 KB
설치 횟수 129
현재 버전 1.0.1.1
최근 업데이트 2023-09-01
출시 날짜 2021-01-08
평점 4.00/5 총 1 개의 평점
개발자 Mr. Mole (MoleTech Co-Founder)
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fractions for Kids",
    "description": "A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would.",
    "version": "1.0.1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "main.html",
        "default_icon": "Fractions_for_Kids.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens main.html"
        }
    }
}