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 |
Eメール | [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" ] } |