LMS
Organize tables for LMS
What is LMS?
LMS is a Chrome extension developed by oleggugunava, and its main feature is "Organize tables for LMS".
Extension Screenshots
Download LMS Extension CRX File
Download LMS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | nmkknndicoceioabjabeaepfkmokimma |
Official URL | https://chrome.google.com/webstore/detail/lms/nmkknndicoceioabjabeaepfkmokimma |
Description | Organize tables for LMS |
File Size | 8.04 KB |
Installation Count | 5,000 |
Current Version | 3.3 |
Last Updated | 2021-06-30 |
Publish Date | 2019-03-19 |
Rating | 5.00/5 Total 14 Ratings |
Developer | oleggugunava |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |