TODOs
Simple to do list in minimalist visual aesthetics
TODOs क्या है?
TODOs Adrian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple to do list in minimalist visual aesthetics"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TODOs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
**We are in beta! Would appreciate a lot if you can message us for any thoughts/ suggestions.** Update 0.0.2: Improved layout and formatting. A simple to do list designed in minimalist visual aesthetics. Organize: Tasks can be grouped with bold colors so that they are quickly accessible, not drawing your attention away from the task at-hand. Declutter: A straightforward, no-bs approach to oragnizing your day-to-day tasks. All tasks are grouped into two folders: TODOs and DONEs. No excessive buttons and obscure features. Sync: Tasks are always synced across different devices, as long as the extension is linked with the same Google account. Manage your to do list anywhere, anytime.
एक्सटेंशन की मूल जानकारी
नाम | TODOs |
ID | jgdooaneldcgnpiaaiajmkdhapdoghcg |
आधिकारिक URL | https://chromewebstore.google.com/detail/todos/jgdooaneldcgnpiaaiajmkdhapdoghcg |
विवरण | Simple to do list in minimalist visual aesthetics |
फ़ाइल का आकार | 11.33 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2018-02-03 |
प्रकाशन तिथि | 2018-02-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Adrian |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TODOs", "description": "Simple to do list in minimalist visual aesthetics", "version": "0.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "TODOs" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "styles\/contentscript.css", "SourceSansPro.ttf" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |