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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes CS Specs at UCLA beautiful because doing the project itself is stressful enough, reading the spec shouldn't be."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Beautiful Eggert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |