Q Todo
A minimal todo list app that opens with the click of a button.
Wat is Q Todo?
Q Todo is een Chrome-extensie ontwikkeld door Query, en de belangrijkste functie is "A minimal todo list app that opens with the click of a button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Q Todo
Download Q Todo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Q Todo |
ID | gjohihdledaphmnmelialnhkkehommdk |
Officiële URL | https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk |
Beschrijving | A minimal todo list app that opens with the click of a button. |
Bestandsgrootte | 10.21 KB |
Aantal Installaties | 364 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2019-04-11 |
Publicatiedatum | 2019-04-11 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Query |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |