Q Todo

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

What is Q Todo?

Q Todo is a Chrome extension developed by Query, and its main feature is "A minimal todo list app that opens with the click of a button.".

Extension Screenshots

screenshot

Download Q Todo Extension CRX File

Download Q Todo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Q Todo Q Todo
ID gjohihdledaphmnmelialnhkkehommdk
Official URL https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk
Description A minimal todo list app that opens with the click of a button.
File Size 10.21 KB
Installation Count 364
Current Version 1.0.3
Last Updated 2019-04-11
Publish Date 2019-04-11
Rating 4.20/5 Total 5 Ratings
Developer Query
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}