Q Todo

A minimal todo list app that opens with the click of a button.

Q Todo là gì?

Q Todo là một tiện ích mở rộng Chrome được phát triển bởi Query, và tính năng chính của nó là "A minimal todo list app that opens with the click of a button.".

Ả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 Q Todo

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

                        Q Todo is a clean, minimal todo app that opens in an extension popup and syncs accross devices for the easiest user interaction possible.

Q Todo is completely free. No hidden costs, no "premium only" features, nothing. It's completely free and completely open source, for anyone to use.                    

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

Tên Q Todo Q Todo
ID gjohihdledaphmnmelialnhkkehommdk
URL Chính Thức https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk
Mô tả A minimal todo list app that opens with the click of a button.
Kích Thước Tệp 10.21 KB
Số Lần Cài Đặt 364
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-04-11
Ngày Phát Hành 2019-04-11
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Query
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": "Q Todo",
    "description": "A minimal todo list app that opens with the click of a button.",
    "version": "1.0.3",
    "permissions": [
        "declarativeContent",
        "storage",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "background": {
        "page": "bg.html"
    },
    "incognito": "split",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Q Todo"
    },
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}