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 |
| 官方網址 | 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"
} | |