LMS

Organize tables for LMS

Что такое LMS?

LMS - это расширение Chrome, разработанное oleggugunava, и его основная функция - "Organize tables for LMS".

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

screenshot

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

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

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

                        Simplify list view in student portal lms.tsu.ge

this item will make student card and schedule more flexible and simple.

Expansion is safe and its code is public.

GitHub Repo: https://github.com/JARVIP/LMS                    

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

Название LMS LMS
ID nmkknndicoceioabjabeaepfkmokimma
Официальный URL https://chrome.google.com/webstore/detail/lms/nmkknndicoceioabjabeaepfkmokimma
Описание Organize tables for LMS
Размер файла 8.04 KB
Количество установок 5,000
Текущая Версия 3.3
Последнее Обновление 2021-06-30
Дата публикации 2019-03-19
Рейтинг 5.00/5 Всего 14 оценок
Разработчик oleggugunava
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LMS",
    "version": "3.3",
    "description": "Organize tables for LMS",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lms.tsu.ge\/StudentCard\/*",
                "*:\/\/*.lms.tsu.ge\/MyCourses\/Schedule\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}