LMS
Organize tables for LMS
什么是LMS?
LMS是由oleggugunava开发的Chrome扩展程序,该扩展的主要功能是“Organize tables for LMS”。
扩展截图
下载LMS扩展crx文件
下载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
扩展基本信息
名称 | |
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 } |