Equation Slides

Insert equations in Google Slides

Что такое Equation Slides?

Equation Slides - это расширение Chrome, разработанное extparkapp, и его основная функция - "Insert equations in Google Slides".

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

screenshot
screenshot
screenshot

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

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

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

                        Equation Slides is a simple to use open-source chrome extension for inserting equations in Google Slides. The documentation is on https://github.com/Yash-Singh1/equation-slides#readme                    

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

Название Equation Slides Equation Slides
ID gckicjehagnonikeodfafohfpmjlkfip
Официальный URL https://chromewebstore.google.com/detail/equation-slides/gckicjehagnonikeodfafohfpmjlkfip
Описание Insert equations in Google Slides
Размер файла 27.53 KB
Количество установок 46
Текущая Версия 1.2
Последнее Обновление 2020-12-25
Дата публикации 2020-12-20
Рейтинг 5.00/5 Всего 3 оценок
Разработчик extparkapp
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Yash-Singh1/equation-slides#readme
URL страницы помощи https://github.com/Yash-Singh1/equation-slides/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Equation Slides",
    "version": "1.2",
    "description": "Insert equations in Google Slides",
    "background": {
        "matches": [
            ""
        ],
        "all_frames": true,
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage"
    ],
    "manifest_version": 2,
    "page_action": {
        "default_popup": "popup.html",
        "default_title": "Equation Slides"
    },
    "icons": {
        "128": "img\/icon.png"
    }
}