Misc Echo Utilities
Adds slight changes to Echo to make it better.
¿Qué es Misc Echo Utilities?
Misc Echo Utilities es una extensión de Chrome desarrollada por Ben Stobaugh, y su función principal es "Adds slight changes to Echo to make it better.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Misc Echo Utilities
Descarga archivos de extensión Misc Echo Utilities en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | dgilonbbnkbigofadehklebgndhkojof |
URL Oficial | https://chrome.google.com/webstore/detail/misc-echo-utilities/dgilonbbnkbigofadehklebgndhkojof |
Descripción | Adds slight changes to Echo to make it better. |
Tamaño del Archivo | 64.26 KB |
Cantidad de Instalaciones | 90 |
Versión Actual | 1.0.7.2 |
Última Actualización | 2015-05-03 |
Fecha de Publicación | 2015-05-03 |
Calificación | 5.00/5 Total de 23 Calificaciones |
Desarrollador | Ben Stobaugh |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |