Loft

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

Loft là gì?

Loft là một tiện ích mở rộng Chrome được phát triển bởi dvfurlong, và tính năng chính của nó là "Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Loft

Tải xuống các tệp mở rộng Loft dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        New Features in 0.1.1:

- Options menu to hide far off deadlines
- Snazzy Animations                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Loft Loft
ID afpabggmiobnjgoledlhfkicbidpfjlf
URL Chính Thức https://chromewebstore.google.com/detail/loft/afpabggmiobnjgoledlhfkicbidpfjlf
Mô tả Actually finish your Coursera courses. A better new tab window that keeps you focused on what you're learning next.
Kích Thước Tệp 4.55 MB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-09-06
Ngày Phát Hành 2015-09-06
Nhà Phát Triển dvfurlong
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}