DBUFR
Consult your grades at Pierre and Marie Curie University.
Τι είναι το DBUFR;
Το DBUFR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kuoa.github.io/dbufr-chrome-extension, και η κύρια λειτουργία του είναι "Consult your grades at Pierre and Marie Curie University.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DBUFR
Λήψη αρχείων επέκτασης DBUFR σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you are a student at Pierre and Marie Curie University, this chrome extension allows you to consult your grades, if not it just looks pretty in your browser. This app was born from frustration, after numerous days of scrolling to get to the bottom of the DBUFR page. It is open source so any contributions, comments, cheers, coffee cups if you see me on the campus :) are more than welcomed. Features : A compact view of all your grades Automatic lookup of new grade updates Secure access to the UPMC database (using the same security protocol as the original DBUFR interface) Desktop and badge notifications when new grades are published A cool logo created by me, that has nothing to do with the extension and that uses the first 3 buttons i discovered in Inkscape.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kcinicchakadpomogbdgimgmjicbkmgf |
Επίσημο URL | https://chromewebstore.google.com/detail/dbufr/kcinicchakadpomogbdgimgmjicbkmgf |
Περιγραφή | Consult your grades at Pierre and Marie Curie University. |
Μέγεθος Αρχείου | 196 KB |
Αριθμός Εγκαταστάσεων | 78 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2017-01-14 |
Ημερομηνία Δημοσίευσης | 2017-01-14 |
Αξιολόγηση | 4.88/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | https://kuoa.github.io/dbufr-chrome-extension |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DBUFR", "version": "1.0.0", "description": "Consult your grades at Pierre and Marie Curie University.", "author": "Sandu Postaru", "homepage_url": "https:\/\/kuoa.github.io\/dbufr-chrome-extension\/", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": false }, "permissions": [ "storage", "alarms", "notifications", "https:\/\/www-dbufr.ufr-info-p6.jussieu.fr\/" ], "web_accessible_resources": [ "images\/icon128.png" ], "background": { "page": "popup.html", "persistent": false } } |