Misc Echo Utilities

Adds slight changes to Echo to make it better.

Was ist Misc Echo Utilities?

Misc Echo Utilities ist eine Chrome-Erweiterung, die von Ben Stobaugh entwickelt wurde, und ihr Hauptmerkmal ist "Adds slight changes to Echo to make it better.".

Erweiterungsscreenshots

screenshot
screenshot

Misc Echo Utilities-Erweiterungs-CRX-Datei herunterladen

Laden Sie Misc Echo Utilities-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Misc Echo Utilities Misc Echo Utilities
ID dgilonbbnkbigofadehklebgndhkojof
Offizielle URL https://chrome.google.com/webstore/detail/misc-echo-utilities/dgilonbbnkbigofadehklebgndhkojof
Beschreibung Adds slight changes to Echo to make it better.
Dateigröße 64.26 KB
Installationsanzahl 90
Aktuelle Version 1.0.7.2
Letztes Update 2015-05-03
Veröffentlichungsdatum 2015-05-03
Bewertung 5.00/5 Insgesamt 23 Bewertungen
Entwickler Ben Stobaugh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}