Beautiful Eggert
This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.
Cos'è Beautiful Eggert?
Beautiful Eggert è un'estensione di Chrome sviluppata da rishabhaggarwal2, e la sua funzione principale è "This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Beautiful Eggert
Scarica i file di estensione Beautiful Eggert 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
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
Informazioni di Base sull'Estensione
Nome | Beautiful Eggert |
ID | gkhkfkioobdgdboaejfjgbefmedmeijh |
URL Ufficiale | https://chromewebstore.google.com/detail/beautiful-eggert/gkhkfkioobdgdboaejfjgbefmedmeijh |
Descrizione | This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be. |
Dimensione del File | 41.14 KB |
Conteggio Installazioni | 331 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2018-05-05 |
Data di Pubblicazione | 2018-05-05 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | rishabhaggarwal2 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://rishabhaggarwal.net |
Lingue Supportate | 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" ] } ] } |