Misc Echo Utilities
Adds slight changes to Echo to make it better.
Misc Echo Utilities là gì?
Misc Echo Utilities là một tiện ích mở rộng Chrome được phát triển bởi Ben Stobaugh, và tính năng chính của nó là "Adds slight changes to Echo to make it better.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Misc Echo Utilities
Tải xuống các tệp mở rộng Misc Echo Utilities dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dgilonbbnkbigofadehklebgndhkojof |
URL Chính Thức | https://chrome.google.com/webstore/detail/misc-echo-utilities/dgilonbbnkbigofadehklebgndhkojof |
Mô tả | Adds slight changes to Echo to make it better. |
Kích Thước Tệp | 64.26 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 1.0.7.2 |
Cập Nhật Lần Cuối | 2015-05-03 |
Ngày Phát Hành | 2015-05-03 |
Đánh Giá | 5.00/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | Ben Stobaugh |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |