Fractions for Kids

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

What is Fractions for Kids?

Fractions for Kids is a Chrome extension developed by Mr. Mole (MoleTech Co-Founder), and its main feature is "A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Fractions for Kids Extension CRX File

Download Fractions for Kids extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fractions for Kids Fractions for Kids
ID pckcoibcbgpfhineafifpbmafkhpfhfj
Official URL https://chromewebstore.google.com/detail/fractions-for-kids/pckcoibcbgpfhineafifpbmafkhpfhfj
Description A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would.
File Size 6.73 KB
Installation Count 129
Current Version 1.0.1.1
Last Updated 2023-09-01
Publish Date 2021-01-08
Rating 4.00/5 Total 1 Ratings
Developer Mr. Mole (MoleTech Co-Founder)
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}