Math solver

An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…

Что такое Math solver?

Math solver - это расширение Chrome, разработанное Explosion-Scratch, и его основная функция - "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Math solver

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

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

                        An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This extension will calcualte the result and give it to you!                    

Основная информация о расширении

Название Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
Официальный URL https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
Описание An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Размер файла 200 KB
Количество установок 2,002
Текущая Версия 0.0.1
Последнее Обновление 2021-12-08
Дата публикации 2021-12-08
Разработчик Explosion-Scratch
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math solver",
    "manifest_version": 2,
    "version": "0.0.1",
    "icons": {
        "16": "icon-16_x_16.png",
        "48": "icon-48_x_48.png",
        "128": "icon-128_x_128.png",
        "256": "icon-256_x_256.png"
    },
    "background": {
        "scripts": [
            "math.js",
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "math"
    },
    "permissions": []
}