Loft

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

Loftคืออะไร?

Loft เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dvfurlong และคุณลักษณะหลักของมันคือ "Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Loft

ดาวน์โหลดไฟล์ส่วนขยาย Loft ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        New Features in 0.1.1:

- Options menu to hide far off deadlines
- Snazzy Animations                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Loft Loft
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
อีเมล [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"
}