Q Todo
A minimal todo list app that opens with the click of a button.
Apa itu Q Todo?
Q Todo adalah ekstensi Chrome yang dikembangkan oleh Query, dan fitur utamanya adalah "A minimal todo list app that opens with the click of a button.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Q Todo
Unduh file ekstensi Q Todo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | gjohihdledaphmnmelialnhkkehommdk |
| URL Resmi | https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk |
| Deskripsi | A minimal todo list app that opens with the click of a button. |
| Ukuran File | 10.21 KB |
| Jumlah Instalasi | 364 |
| Versi Saat Ini | 1.0.3 |
| Terakhir Diperbarui | 2019-04-11 |
| Tanggal Publikasi | 2019-04-11 |
| Penilaian | 4.20/5 Total 5 Penilaian |
| Pengembang | Query |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
}
} | |