Beautiful Eggert
This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.
O que é Beautiful Eggert?
Beautiful Eggert é uma extensão do Chrome desenvolvida por rishabhaggarwal2, e sua principal característica é "This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Beautiful Eggert
Baixe arquivos de extensão Beautiful Eggert no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Beautiful Eggert |
ID | gkhkfkioobdgdboaejfjgbefmedmeijh |
URL Oficial | https://chromewebstore.google.com/detail/beautiful-eggert/gkhkfkioobdgdboaejfjgbefmedmeijh |
Descrição | This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be. |
Tamanho do Arquivo | 41.14 KB |
Contagem de Instalações | 331 |
Versão Atual | 1.5 |
Última Atualização | 2018-05-05 |
Data de Publicação | 2018-05-05 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | rishabhaggarwal2 |
Tipo de Pagamento | free |
Site da Extensão | http://rishabhaggarwal.net |
Idiomas Suportados | 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" ] } ] } |