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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |