Misc Echo Utilities
Adds slight changes to Echo to make it better.
什么是Misc Echo Utilities?
Misc Echo Utilities是由Ben Stobaugh开发的Chrome扩展程序,该扩展的主要功能是“Adds slight changes to Echo to make it better.”。
扩展截图
下载Misc Echo Utilities扩展crx文件
下载Misc Echo Utilities扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | dgilonbbnkbigofadehklebgndhkojof |
官方URL | https://chrome.google.com/webstore/detail/misc-echo-utilities/dgilonbbnkbigofadehklebgndhkojof |
简介 | Adds slight changes to Echo to make it better. |
文件大小 | 64.26 KB |
安装次数 | 90 |
当前版本 | 1.0.7.2 |
更新时间 | 2015-05-03 |
上架时间 | 2015-05-03 |
评分 | 5.00/5 共23次评分 |
开发者 | Ben Stobaugh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |