Fractions for Kids

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

Was ist Fractions for Kids?

Fractions for Kids ist eine Chrome-Erweiterung, die von Mr. Mole (MoleTech Co-Founder) entwickelt wurde, und ihr Hauptmerkmal ist "A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Fractions for Kids-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fractions for Kids-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fractions for Kids Fractions for Kids
ID pckcoibcbgpfhineafifpbmafkhpfhfj
Offizielle URL https://chromewebstore.google.com/detail/fractions-for-kids/pckcoibcbgpfhineafifpbmafkhpfhfj
Beschreibung A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would.
Dateigröße 6.73 KB
Installationsanzahl 129
Aktuelle Version 1.0.1.1
Letztes Update 2023-09-01
Veröffentlichungsdatum 2021-01-08
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler Mr. Mole (MoleTech Co-Founder)
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}