Coursera Progress

Control Coursera progress.

Τι είναι το Coursera Progress;

Το Coursera Progress είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον herman, και η κύρια λειτουργία του είναι "Control Coursera progress.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Coursera Progress

Λήψη αρχείων επέκτασης Coursera Progress σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension allows you to finally take control over your Coursera progress. It adds an empty (gray) checkmark next to all lecture videos and lets you check/uncheck each lecture to mark them watched/unwatched.

Data for each course is kept separately and will be automatically synced across different browsers as long as you sign in to Chrome.

Managing quiz and assignment progress is also supported.

============================================

Source available on github if you feel like contributing:

https://github.com/has207/coursera-progress-chrome-extension

Icons courtesy of http://www.everaldo.com/ distributed under the LGPL.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Coursera Progress Coursera Progress
ID ahdbpipoojeoedkjhjmfflbgnlhpheoa
Επίσημο URL https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa
Περιγραφή Control Coursera progress.
Μέγεθος Αρχείου 16.31 KB
Αριθμός Εγκαταστάσεων 637
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2013-06-02
Ημερομηνία Δημοσίευσης 2013-06-02
Αξιολόγηση 3.38/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής herman
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/has207/coursera-progress-chrome-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/has207/coursera-progress-chrome-extension/issues
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coursera Progress",
    "description": "Control Coursera progress.",
    "version": "1.2",
    "icons": {
        "48": "button_ok_48.png",
        "128": "button_ok_128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/class.coursera.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/class.coursera.org\/*"
            ],
            "js": [
                "progress.js"
            ]
        }
    ]
}