Loft
Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.
Vad är Loft?
Loft är en Chrome-tillägg utvecklad av dvfurlong, och dess huvudfunktion är "Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.".
Tilläggsskärmbilder
Ladda ner Loft-förlängningens CRX-fil
Ladda ner Loft-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
New Features in 0.1.1: - Options menu to hide far off deadlines - Snazzy Animations
Grundläggande Information om Tillägg
Namn | Loft |
ID | afpabggmiobnjgoledlhfkicbidpfjlf |
Officiell webbadress | https://chromewebstore.google.com/detail/loft/afpabggmiobnjgoledlhfkicbidpfjlf |
Beskrivning | Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next. |
Filstorlek | 4.55 MB |
Antal Installationer | 37 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2015-09-06 |
Publiceringsdatum | 2015-09-06 |
Utvecklare | dvfurlong |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |