Q Todo
A minimal todo list app that opens with the click of a button.
Q Todo क्या है?
Q Todo Query द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A minimal todo list app that opens with the click of a button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Q Todo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |