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文件

下載Beautiful Eggert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}