Misc Echo Utilities

Adds slight changes to Echo to make it better.

Cos'è Misc Echo Utilities?

Misc Echo Utilities è un'estensione di Chrome sviluppata da Ben Stobaugh, e la sua funzione principale è "Adds slight changes to Echo to make it better.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Misc Echo Utilities

Scarica i file di estensione Misc Echo Utilities in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Misc Echo Utilities Misc Echo Utilities
ID dgilonbbnkbigofadehklebgndhkojof
URL Ufficiale https://chrome.google.com/webstore/detail/misc-echo-utilities/dgilonbbnkbigofadehklebgndhkojof
Descrizione Adds slight changes to Echo to make it better.
Dimensione del File 64.26 KB
Conteggio Installazioni 90
Versione Corrente 1.0.7.2
Ultimo Aggiornamento 2015-05-03
Data di Pubblicazione 2015-05-03
Valutazione 5.00/5 Totale 23 Valutazioni
Sviluppatore Ben Stobaugh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}