Q Todo

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

Vad är Q Todo?

Q Todo är en Chrome-tillägg utvecklad av Query, och dess huvudfunktion är "A minimal todo list app that opens with the click of a button.".

Tilläggsskärmbilder

screenshot

Ladda ner Q Todo-förlängningens CRX-fil

Ladda ner Q Todo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Q Todo Q Todo
ID gjohihdledaphmnmelialnhkkehommdk
Officiell webbadress https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk
Beskrivning A minimal todo list app that opens with the click of a button.
Filstorlek 10.21 KB
Antal Installationer 364
Aktuell Version 1.0.3
Senast Uppdaterad 2019-04-11
Publiceringsdatum 2019-04-11
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Query
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}