Beautiful Eggert

This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.

¿Qué es Beautiful Eggert?

Beautiful Eggert es una extensión de Chrome desarrollada por rishabhaggarwal2, y su función principal es "This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Beautiful Eggert

Descarga archivos de extensión Beautiful Eggert en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be. Just install the plugin and it'll automatically beautify all web.cs.ucla.edu/classes/ and lasr.cs.ucla.edu/classes pages. Should work for isi.deterlab.net/file/ suburls now too.

Made by Rishabh
comments, questions and suggestions welcome                    

Información Básica de la Extensión

Nombre Beautiful Eggert Beautiful Eggert
ID gkhkfkioobdgdboaejfjgbefmedmeijh
URL Oficial https://chromewebstore.google.com/detail/beautiful-eggert/gkhkfkioobdgdboaejfjgbefmedmeijh
Descripción This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.
Tamaño del Archivo 41.14 KB
Cantidad de Instalaciones 331
Versión Actual 1.5
Última Actualización 2018-05-05
Fecha de Publicación 2018-05-05
Calificación 5.00/5 Total de 10 Calificaciones
Desarrollador rishabhaggarwal2
Tipo de Pago free
Sitio Web de la Extensión http://rishabhaggarwal.net
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful Eggert",
    "description": "This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "rishabhaggarwal.net",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Make this page beautiful"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.cs.ucla.edu\/classes\/*",
                "*:\/\/www.lasr.cs.ucla.edu\/classes\/*",
                "*:\/\/yellowstone.cs.ucla.edu\/cs143\/*",
                "*:\/\/isi.deterlab.net\/file*"
            ],
            "css": [
                "beautifulEggert.css"
            ]
        }
    ]
}