Misc Echo Utilities
Adds slight changes to Echo to make it better.
O que é Misc Echo Utilities?
Misc Echo Utilities é uma extensão do Chrome desenvolvida por Ben Stobaugh, e sua principal característica é "Adds slight changes to Echo to make it better.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Misc Echo Utilities
Baixe arquivos de extensão Misc Echo Utilities 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
Changes parts of Echo that I found to be annoying FEATURES: >Collapsible classes on homepage >Adds grades panel to homepage >Adds groups panel to homepage >Adds collapsible reorderable panels >Adds SAT Question of the Day to Echo >Adds group notifications for new posts >Lists classes by period instead of alphabetically >Shows quickest ways to improve your grade on the grades page This extension is not affiliated with or supported by NewTechNetwork or KnowledgeWorks.
Informações Básicas da Extensão
Nome | |
ID | dgilonbbnkbigofadehklebgndhkojof |
URL Oficial | https://chrome.google.com/webstore/detail/misc-echo-utilities/dgilonbbnkbigofadehklebgndhkojof |
Descrição | Adds slight changes to Echo to make it better. |
Tamanho do Arquivo | 64.26 KB |
Contagem de Instalações | 90 |
Versão Atual | 1.0.7.2 |
Última Atualização | 2015-05-03 |
Data de Publicação | 2015-05-03 |
Classificação | 5.00/5 Total de 23 Avaliações |
Desenvolvedor | Ben Stobaugh |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Ben Stobaugh", "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/echo.newtechnetwork.org\/", "http:\/\/echo.newtechnetwork.org\/", "https:\/\/echo.newtechnetwork.org\/?q=ntlp\/home", "https:\/\/echo.newtechnetwork.org\/index.php" ] }, { "js": [ "jquery.js", "graderank.js" ], "matches": [ "https:\/\/echo.newtechnetwork.org\/?q=ntlp\/courses\/grade\/*" ] } ], "description": "Adds slight changes to Echo to make it better.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Misc Echo Utilities", "permissions": [ "cookies", "http:\/\/echo.newtechnetwork.org\/", "https:\/\/echo.newtechnetwork.org\/" ], "short_name": "Echo Utility", "version": "1.0.7.2", "web_accessible_resources": [ "inject-raw.js", "konami.js", "options.html" ] } |