Loft
Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.
Was ist Loft?
Loft ist eine Chrome-Erweiterung, die von dvfurlong entwickelt wurde, und ihr Hauptmerkmal ist "Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.".
Erweiterungsscreenshots
Loft-Erweiterungs-CRX-Datei herunterladen
Laden Sie Loft-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
New Features in 0.1.1:
- Options menu to hide far off deadlines
- Snazzy Animations Grundlegende Informationen zur Erweiterung
| Name | |
| ID | afpabggmiobnjgoledlhfkicbidpfjlf |
| Offizielle URL | https://chromewebstore.google.com/detail/loft/afpabggmiobnjgoledlhfkicbidpfjlf |
| Beschreibung | Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next. |
| Dateigröße | 4.55 MB |
| Installationsanzahl | 37 |
| Aktuelle Version | 0.1.1 |
| Letztes Update | 2015-09-06 |
| Veröffentlichungsdatum | 2015-09-06 |
| Entwickler | dvfurlong |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |