Misc Echo Utilities

Adds slight changes to Echo to make it better.

Apa itu Misc Echo Utilities?

Misc Echo Utilities adalah ekstensi Chrome yang dikembangkan oleh Ben Stobaugh, dan fitur utamanya adalah "Adds slight changes to Echo to make it better.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Misc Echo Utilities

Unduh file ekstensi Misc Echo Utilities dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Misc Echo Utilities Misc Echo Utilities
ID dgilonbbnkbigofadehklebgndhkojof
URL Resmi https://chrome.google.com/webstore/detail/misc-echo-utilities/dgilonbbnkbigofadehklebgndhkojof
Deskripsi Adds slight changes to Echo to make it better.
Ukuran File 64.26 KB
Jumlah Instalasi 90
Versi Saat Ini 1.0.7.2
Terakhir Diperbarui 2015-05-03
Tanggal Publikasi 2015-05-03
Penilaian 5.00/5 Total 23 Penilaian
Pengembang Ben Stobaugh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}