SIGAA Remix
Melhorias diversas na plataforma SIGAA UnB
What is SIGAA Remix?
SIGAA Remix is a Chrome extension developed by Luís Eduardo Ribeiro Guerra, and its main feature is "Melhorias diversas na plataforma SIGAA UnB".
Extension Screenshots
Download SIGAA Remix Extension CRX File
Download SIGAA Remix 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
O SIGAA Remix é uma extensão para Google Chrome desenvolvida com o foco de melhorar a experiência do usuário na plataforma SIGAA da UnB. Através de vários pequenos ajustes, o SIGAA Remix moderniza o site, tirando aquela cara de anos 90, melhorando a aparência e aumentando o tamanho das letras. A extensão é totalmente projetada com o cuidado de não alterar o funcionamento da plataforma SIGAA, desta forma ela não compromete o uso da plataforma com erros e bugs. Podendo também ser desativada e reativada a qualquer momento. O projeto é de código aberto, disponível em: github.com/luisrguerra/unb-sigaa-remix
Extension Basic Information
Name | |
ID | plpmdkigbdddlaihbfbpjgcknmefjijf |
Official URL | https://chromewebstore.google.com/detail/sigaa-remix/plpmdkigbdddlaihbfbpjgcknmefjijf |
Description | Melhorias diversas na plataforma SIGAA UnB |
File Size | 91.06 KB |
Installation Count | 196 |
Current Version | 2.2.7 |
Last Updated | 2022-09-06 |
Publish Date | 2021-08-30 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Luís Eduardo Ribeiro Guerra |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/luisrguerra/unb-sigaa-remix |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SIGAA Remix", "version": "2.2.7", "manifest_version": 3, "description": "Melhorias diversas na plataforma SIGAA UnB", "icons": { "16": "icons\/icon16.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/sigaa.unb.br\/*", "https:\/\/sig.unb.br\/*" ], "css": [ "src\/custom.css" ], "js": [ "src\/variaveis.js", "src\/funcoes.js", "src\/imagens.js", "src\/sigaaremix.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/*", "css\/*" ], "matches": [ "https:\/\/sigaa.unb.br\/*", "https:\/\/sig.unb.br\/*" ] } ] } |