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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Misc Echo Utilities 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Misc Echo Utilities Misc Echo Utilities
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"
    ]
}