Loft
Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.
Loftとは何ですか?
Loftはdvfurlongによって開発されたChromeの拡張機能で、その主な機能は「Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.」です。
拡張機能のスクリーンショット
Loft拡張機能のCRXファイルをダウンロード
Loft拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        New Features in 0.1.1:
- Options menu to hide far off deadlines
- Snazzy Animations                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
}  |  |