Schoology Fixer
This extension alters the look and feel of the schoology webpage according to user preference
什么是Schoology Fixer?
Schoology Fixer是由williamspencerdev开发的Chrome扩展程序,该扩展的主要功能是“This extension alters the look and feel of the schoology webpage according to user preference”。
扩展截图
下载Schoology Fixer扩展crx文件
下载Schoology Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Google Chrome extension effects the following changes on the Schoology webpage: It affixes the taskbar to the top of the window such that its position remains constant independent of scroll position. If hides all assignments marked as overdue by Schoology such that only upcoming assignments are visible. Each of these may be enabled or disabled by clicking on the icon in the top bar.
扩展基本信息
名称 | Schoology Fixer |
ID | mecodadpcihocjelfkpnmnmmejfljkpf |
官方URL | https://chromewebstore.google.com/detail/schoology-fixer/mecodadpcihocjelfkpnmnmmejfljkpf |
简介 | This extension alters the look and feel of the schoology webpage according to user preference |
文件大小 | 34.63 KB |
安装次数 | 45 |
当前版本 | 1.1.0 |
更新时间 | 2018-09-08 |
上架时间 | 2018-09-08 |
开发者 | williamspencerdev |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Schoology Fixer", "description": "This extension alters the look and feel of the schoology webpage according to user preference", "version": "1.1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "SF Options" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/app.schoology.com\/*" ], "js": [ "jquery-3.1.1.min.js", "script.js" ] } ] } |