Q Todo

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

Cos'è Q Todo?

Q Todo è un'estensione di Chrome sviluppata da Query, e la sua funzione principale è "A minimal todo list app that opens with the click of a button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Q Todo

Scarica i file di estensione Q Todo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Q Todo Q Todo
ID gjohihdledaphmnmelialnhkkehommdk
URL Ufficiale https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk
Descrizione A minimal todo list app that opens with the click of a button.
Dimensione del File 10.21 KB
Conteggio Installazioni 364
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-04-11
Data di Pubblicazione 2019-04-11
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Query
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}