Elenco

Elenco helps you stay on track, with every new tab.

Elenco là gì?

Elenco là một tiện ích mở rộng Chrome được phát triển bởi drocarmo, và tính năng chính của nó là "Elenco helps you stay on track, with every new tab.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Elenco 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

                        Elenco is a task helper, it allows you to create tasks in the form of lists to help you stay on track with what you should be doing. With Elenco, browsing the internet is distraction free with every new tab you open.

Elenco is built by Pedro Carmo (@drocarmo) and TJ Krusinski (@TJkrusinski). Everything is open-sourced and open to any feedback or feature requests.

(https://github.com/drocarmo/elenco)                    

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

Tên Elenco Elenco
ID phbjhmbdcecahmckhhbdabmnhmjcpjab
URL Chính Thức https://chromewebstore.google.com/detail/elenco/phbjhmbdcecahmckhhbdabmnhmjcpjab
Mô tả Elenco helps you stay on track, with every new tab.
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-04-08
Ngày Phát Hành 2014-04-08
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển drocarmo
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/drocarmo/elenco
URL Trang Trợ Giúp https://twitter.com/drocarmo
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elenco",
    "description": "Elenco helps you stay on track, with every new tab.",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/assets\/images\/icon-16.png",
        "48": "\/assets\/images\/icon-48.png",
        "128": "\/assets\/images\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Elenco",
        "default_icon": "\/assets\/images\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}