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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |