DBUFR
Consult your grades at Pierre and Marie Curie University.
什麼是DBUFR?
DBUFR是由https://kuoa.github.io/dbufr-chrome-extension開發的Chrome擴展程式,該擴展的主要功能是“Consult your grades at Pierre and Marie Curie University.”。
擴展截圖
下載DBUFR擴展crx文件
下載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 |
官方網址 | 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 } } |