Q Todo
A minimal todo list app that opens with the click of a button.
Qu'est-ce que Q Todo ?
Q Todo est une extension Chrome développée par Query, et sa fonction principale est "A minimal todo list app that opens with the click of a button.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Q Todo
Téléchargez les fichiers d'extension Q Todo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. Informations de Base sur l'Extension
| Nom | |
| ID | gjohihdledaphmnmelialnhkkehommdk |
| URL Officiel | https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk |
| Description | A minimal todo list app that opens with the click of a button. |
| Taille du Fichier | 10.21 KB |
| Nombre d'Installations | 364 |
| Version Actuelle | 1.0.3 |
| Dernière Mise à Jour | 2019-04-11 |
| Date de Publication | 2019-04-11 |
| Évaluation | 4.20/5 Total 5 Évaluations |
| Développeur | Query |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
}
} | |