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'est-ce que Beautiful Eggert ?

Beautiful Eggert est une extension Chrome développée par rishabhaggarwal2, et sa fonction principale est "This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Beautiful Eggert

Téléchargez les fichiers d'extension Beautiful Eggert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Beautiful Eggert Beautiful Eggert
ID gkhkfkioobdgdboaejfjgbefmedmeijh
URL Officiel https://chromewebstore.google.com/detail/beautiful-eggert/gkhkfkioobdgdboaejfjgbefmedmeijh
Description This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.
Taille du Fichier 41.14 KB
Nombre d'Installations 331
Version Actuelle 1.5
Dernière Mise à Jour 2018-05-05
Date de Publication 2018-05-05
Évaluation 5.00/5 Total 10 Évaluations
Développeur rishabhaggarwal2
Type de Paiement free
Site Web de l'Extension http://rishabhaggarwal.net
Langues Prises en Charge 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"
            ]
        }
    ]
}