Loft

Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.

Τι είναι το Loft;

Το Loft είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dvfurlong, και η κύρια λειτουργία του είναι "Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.".

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

screenshot

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

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

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

                        New Features in 0.1.1:

- Options menu to hide far off deadlines
- Snazzy Animations                    

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

Όνομα Loft Loft
ID afpabggmiobnjgoledlhfkicbidpfjlf
Επίσημο URL https://chromewebstore.google.com/detail/loft/afpabggmiobnjgoledlhfkicbidpfjlf
Περιγραφή Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.
Μέγεθος Αρχείου 4.55 MB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2015-09-06
Ημερομηνία Δημοσίευσης 2015-09-06
Προγραμματιστής dvfurlong
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Loft",
    "version": "0.1.1",
    "description": "Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "src\/newtab.html"
    },
    "permissions": [
        "http:\/\/coursera.org\/",
        "https:\/\/coursera.org\/",
        "https:\/\/accounts.coursera.org\/oauth2\/v1\/token",
        "https:\/\/accounts.coursera.org\/oauth2\/v1\/*",
        "https:\/\/oggmggbmpdkmbonekoaopclgcoopbnpg.chromiumapp.org\/*",
        "https:\/\/api.coursera.org\/api\/*",
        "storage",
        "identity",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "src\/options.html"
}