ToDoin

Keep Things Simple.

ToDoin là gì?

ToDoin là một tiện ích mở rộng Chrome được phát triển bởi idan.goldman, và tính năng chính của nó là "Keep Things Simple.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        ToDoin was created to make your day simpler. In this hectic life we’re living, you sure can use a great tool that keeps your todos organized and because we know you already spend a lot of your time browsing, we’ve integrated this tool in the most popular browser in the world. Smart, right? 

ToDoin is a user-friendly Chrome extension that can offer you a variety of features, including: 

- Create, Edit, Complete Todos.
- Clear Todos.
- Sort By “Complete” or “Date”.
- Icon Indicator for Remain Todos.
- Drag & Drop Todos.
- Turning URLs to clickable links.
- Turning Email Address into a Name
- Private Todo Mode.                    

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

Tên ToDoin ToDoin
ID gobimjknanlaehcjalekeoolepmmjhpk
URL Chính Thức https://chrome.google.com/webstore/detail/gobimjknanlaehcjalekeoolepmmjhpk
Mô tả Keep Things Simple.
Kích Thước Tệp 782 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 3.2.2
Cập Nhật Lần Cuối 2016-04-29
Ngày Phát Hành 2016-04-29
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển idan.goldman
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": "ToDoin",
    "version": "3.2.2",
    "manifest_version": 2,
    "description": "Keep Things Simple.",
    "homepage_url": "http:\/\/todo.help",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "index.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "ToDoin 3.2.2",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "contextMenus",
        "fontSettings"
    ]
}