Loft

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

Qu'est-ce que Loft ?

Loft est une extension Chrome développée par dvfurlong, et sa fonction principale est "Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Loft

Téléchargez les fichiers d'extension Loft au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        New Features in 0.1.1:

- Options menu to hide far off deadlines
- Snazzy Animations                    

Informations de Base sur l'Extension

Nom Loft Loft
ID afpabggmiobnjgoledlhfkicbidpfjlf
URL Officiel https://chromewebstore.google.com/detail/loft/afpabggmiobnjgoledlhfkicbidpfjlf
Description Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.
Taille du Fichier 4.55 MB
Nombre d'Installations 37
Version Actuelle 0.1.1
Dernière Mise à Jour 2015-09-06
Date de Publication 2015-09-06
Développeur dvfurlong
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}