LMS
Organize tables for LMS
Co to jest LMS?
LMS to rozszerzenie Chrome opracowane przez oleggugunava, a jego główną funkcją jest „Organize tables for LMS”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LMS
Pobierz pliki rozszerzeń LMS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nmkknndicoceioabjabeaepfkmokimma |
Oficjalny URL | https://chrome.google.com/webstore/detail/lms/nmkknndicoceioabjabeaepfkmokimma |
Opis | Organize tables for LMS |
Rozmiar pliku | 8.04 KB |
Liczba instalacji | 5,000 |
Aktualna Wersja | 3.3 |
Ostatnia Aktualizacja | 2021-06-30 |
Data Publikacji | 2019-03-19 |
Ocena | 5.00/5 Łącznie 14 Oceny |
Deweloper | oleggugunava |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |