Beautiful Eggert
This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.
Hvad er Beautiful Eggert?
Beautiful Eggert er en Chrome-udvidelse udviklet af rishabhaggarwal2, og dens hovedfunktion er "This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.".
Udvidelsesskærmbilleder
Download Beautiful Eggert-udvidelses-CRX-fil
Download Beautiful Eggert-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Beautiful Eggert |
ID | gkhkfkioobdgdboaejfjgbefmedmeijh |
Officiel URL | https://chromewebstore.google.com/detail/beautiful-eggert/gkhkfkioobdgdboaejfjgbefmedmeijh |
Beskrivelse | This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be. |
Filstørrelse | 41.14 KB |
Antal Installationer | 331 |
Nuværende Version | 1.5 |
Senest Opdateret | 2018-05-05 |
Udgivelsesdato | 2018-05-05 |
Bedømmelse | 5.00/5 Samlet 10 Bedømmelser |
Udvikler | rishabhaggarwal2 |
Betalingsmetode | free |
Udvidelseswebsted | http://rishabhaggarwal.net |
Understøttede Sprog | 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" ] } ] } |