Q Todo
A minimal todo list app that opens with the click of a button.
ما هو Q Todo؟
Q Todo هو إضافة Chrome تم تطويرها بواسطة Query، والميزة الرئيسية لها هي "A minimal todo list app that opens with the click of a button.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Q Todo
قم بتنزيل ملفات الامتداد Q Todo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Q Todo |
ID | gjohihdledaphmnmelialnhkkehommdk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk |
الوصف | A minimal todo list app that opens with the click of a button. |
حجم الملف | 10.21 KB |
عدد التثبيتات | 364 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2019-04-11 |
تاريخ النشر | 2019-04-11 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | Query |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |