Beautiful Eggert

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

Co to jest Beautiful Eggert?

Beautiful Eggert to rozszerzenie Chrome opracowane przez rishabhaggarwal2, a jego główną funkcją jest „This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Beautiful Eggert

Pobierz pliki rozszerzeń Beautiful Eggert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Beautiful Eggert Beautiful Eggert
ID gkhkfkioobdgdboaejfjgbefmedmeijh
Oficjalny URL https://chromewebstore.google.com/detail/beautiful-eggert/gkhkfkioobdgdboaejfjgbefmedmeijh
Opis This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.
Rozmiar pliku 41.14 KB
Liczba instalacji 331
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2018-05-05
Data Publikacji 2018-05-05
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper rishabhaggarwal2
Typ Płatności free
Strona Rozszerzenia http://rishabhaggarwal.net
Obsługiwane Języki 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"
            ]
        }
    ]
}