Misc Echo Utilities
Adds slight changes to Echo to make it better.
Qu'est-ce que Misc Echo Utilities ?
Misc Echo Utilities est une extension Chrome développée par Ben Stobaugh, et sa fonction principale est "Adds slight changes to Echo to make it better.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Misc Echo Utilities
Téléchargez les fichiers d'extension Misc Echo Utilities au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dgilonbbnkbigofadehklebgndhkojof |
URL Officiel | https://chrome.google.com/webstore/detail/misc-echo-utilities/dgilonbbnkbigofadehklebgndhkojof |
Description | Adds slight changes to Echo to make it better. |
Taille du Fichier | 64.26 KB |
Nombre d'Installations | 90 |
Version Actuelle | 1.0.7.2 |
Dernière Mise à Jour | 2015-05-03 |
Date de Publication | 2015-05-03 |
Évaluation | 5.00/5 Total 23 Évaluations |
Développeur | Ben Stobaugh |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |