Misc Echo Utilities
Adds slight changes to Echo to make it better.
Misc Echo Utilitiesคืออะไร?
Misc Echo Utilities เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Stobaugh และคุณลักษณะหลักของมันคือ "Adds slight changes to Echo to make it better."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Misc Echo Utilities
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |