Q Todo
A minimal todo list app that opens with the click of a button.
Hvad er Q Todo?
Q Todo er en Chrome-udvidelse udviklet af Query, og dens hovedfunktion er "A minimal todo list app that opens with the click of a button.".
Udvidelsesskærmbilleder
Download Q Todo-udvidelses-CRX-fil
Download Q Todo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | gjohihdledaphmnmelialnhkkehommdk |
| Officiel URL | https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk |
| Beskrivelse | A minimal todo list app that opens with the click of a button. |
| Filstørrelse | 10.21 KB |
| Antal Installationer | 364 |
| Nuværende Version | 1.0.3 |
| Senest Opdateret | 2019-04-11 |
| Udgivelsesdato | 2019-04-11 |
| Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
| Udvikler | Query |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |