Coursera score

This extension gives you ability to sum points that you gained from quizzes and assignments taken and calculate your rate.

Wat is Coursera score?

Coursera score is een Chrome-extensie ontwikkeld door Vladislav Bogomolov, en de belangrijkste functie is "This extension gives you ability to sum points that you gained from quizzes and assignments taken and calculate your rate.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Coursera score

Download Coursera score-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension gives you ability to calculate your points on Coursera courses quizzes, assignments and add points for peer assignments.

Keep track of your progress in three easy steps:
1. Visit quiz page
2. Visit assignments page
3. Add points for peer assignments.

Note that quiz points are noticed only after completion of quiz.                    

Basisinformatie over de Extensie

Naam Coursera score Coursera score
ID igmcplaapopekadaekfnkgkdblaonipj
Officiële URL https://chromewebstore.google.com/detail/coursera-score/igmcplaapopekadaekfnkgkdblaonipj
Beschrijving This extension gives you ability to sum points that you gained from quizzes and assignments taken and calculate your rate.
Bestandsgrootte 60.8 KB
Aantal Installaties 362
Huidige Versie 1.0
Laatst Bijgewerkt 2014-08-14
Publicatiedatum 2014-08-14
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Vladislav Bogomolov
Betalingswijze free
Extensiewebsite https://github.com/vladson/coursera_quiz_points
Help Pagina-URL https://github.com/vladson/coursera_quiz_points
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coursera score",
    "description": "This extension gives you ability to sum points that you gained from quizzes and assignments taken and calculate your rate.",
    "version": "1.0",
    "author": "Vladislav Bogomolov ",
    "icons": {
        "16": "resources\/icon_16.png",
        "48": "resources\/icon_48.png",
        "64": "resources\/icon_64.png",
        "128": "resources\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/class.coursera.org\/*\/quiz",
        "http:\/\/class.coursera.org\/*\/quiz",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-2.1.1.min.js",
                "libs\/underscore-min.js",
                "build\/page.js"
            ],
            "matches": [
                "https:\/\/class.coursera.org\/*\/quiz",
                "http:\/\/class.coursera.org\/*\/quiz",
                "https:\/\/class.coursera.org\/*\/assignment",
                "http:\/\/class.coursera.org\/*\/assignment"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/build\/background.js"
        ]
    },
    "page_action": {
        "default_name": "Calculate your score",
        "default_icon": "resources\/icon_64_transparent.png",
        "default_popup": "popup.html"
    }
}