Loft

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

What is Loft?

Loft is a Chrome extension developed by dvfurlong, and its main feature is "Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.".

Extension Screenshots

screenshot

Download Loft Extension CRX File

Download Loft extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        New Features in 0.1.1:

- Options menu to hide far off deadlines
- Snazzy Animations                    

Extension Basic Information

Name Loft Loft
ID afpabggmiobnjgoledlhfkicbidpfjlf
Official URL 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.
File Size 4.55 MB
Installation Count 37
Current Version 0.1.1
Last Updated 2015-09-06
Publish Date 2015-09-06
Developer dvfurlong
Email [email protected]
Payment Type free
Supported Languages 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"
}