Schoology Fixer
This extension alters the look and feel of the schoology webpage according to user preference
O que é Schoology Fixer?
Schoology Fixer é uma extensão do Chrome desenvolvida por williamspencerdev, e sua principal característica é "This extension alters the look and feel of the schoology webpage according to user preference".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Schoology Fixer
Baixe arquivos de extensão Schoology Fixer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Schoology Fixer |
ID | mecodadpcihocjelfkpnmnmmejfljkpf |
URL Oficial | https://chromewebstore.google.com/detail/schoology-fixer/mecodadpcihocjelfkpnmnmmejfljkpf |
Descrição | This extension alters the look and feel of the schoology webpage according to user preference |
Tamanho do Arquivo | 34.63 KB |
Contagem de Instalações | 45 |
Versão Atual | 1.1.0 |
Última Atualização | 2018-09-08 |
Data de Publicação | 2018-09-08 |
Desenvolvedor | williamspencerdev |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |