Beautiful Eggert

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

Beautiful Eggert란 무엇입니까?

Beautiful Eggert은(는) rishabhaggarwal2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be."입니다.

확장 프로그램 스크린샷

screenshot

Beautiful Eggert 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Beautiful Eggert Beautiful Eggert
ID gkhkfkioobdgdboaejfjgbefmedmeijh
공식 URL https://chromewebstore.google.com/detail/beautiful-eggert/gkhkfkioobdgdboaejfjgbefmedmeijh
설명 This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be.
파일 크기 41.14 KB
설치 횟수 331
현재 버전 1.5
최근 업데이트 2018-05-05
출시 날짜 2018-05-05
평점 5.00/5 총 10 개의 평점
개발자 rishabhaggarwal2
결제 유형 free
확장 프로그램 웹 사이트 http://rishabhaggarwal.net
지원되는 언어 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"
            ]
        }
    ]
}