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 - это расширение Chrome, разработанное Mr. Mole (MoleTech Co-Founder), и его основная функция - "A great extension for learning fractions, getting better grades at school, and knowing fractions better then you normally would.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Fractions for Kids

Скачайте файлы расширений Fractions for Kids в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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