DBUFR

Consult your grades at Pierre and Marie Curie University.

DBUFR क्या है?

DBUFR https://kuoa.github.io/dbufr-chrome-extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Consult your grades at Pierre and Marie Curie University."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DBUFR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम DBUFR DBUFR
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
    }
}