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.」です。
拡張機能のスクリーンショット
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 |
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" ] } ] } |