Simple Todo
Replace the newtab page with a simple todo list
Simple Todo क्या है?
Simple Todo Arnelle Balane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the newtab page with a simple todo list"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Todo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FEATURES 👉 Manage todo items across three predefined lists: Today, This Week, Eventually 🌒 Dark mode 🎨 Configurable color schemes 🏞 Background images from Unsplash or custom uploaded image 🙈 Privacy mode 🏷 Custom tags 🔍 Search and filtering 🔗 Quick links and frequently visited sites
एक्सटेंशन की मूल जानकारी
नाम | Simple Todo |
ID | kobeijgkgkcgknodjkganceliljepmjf |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-todo/kobeijgkgkcgknodjkganceliljepmjf |
विवरण | Replace the newtab page with a simple todo list |
फ़ाइल का आकार | 706 KB |
स्थापना संख्या | 1,898 |
वर्तमान संस्करण | 1.13.10 |
अंतिम अपडेट | 2024-02-12 |
प्रकाशन तिथि | 2021-05-06 |
रेटिंग | 5.00/5 कुल 15 रेटिंग्स |
डेवलपर | Arnelle Balane |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://simple-todo.arnelle.dev/ |
सहायता पृष्ठ URL | https://github.com/arnellebalane/simple-todo/issues/new |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Todo", "version": "1.13.10", "description": "Replace the newtab page with a simple todo list", "icons": { "48": "build\/icons\/48x48.png", "128": "build\/icons\/128x128.png" }, "author": "Arnelle Balane", "homepage_url": "https:\/\/simple-todo.arnelle.dev", "chrome_url_overrides": { "newtab": "build\/index.html" }, "permissions": [ "topSites" ], "host_permissions": [ "https:\/\/simple-todo.arnelle.dev\/" ], "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data: blob: https: http:; script-src 'self'; connect-src 'self' https:\/\/simple-todo.arnelle.dev https:\/\/images.unsplash.com https:\/\/o31372.ingest.sentry.io" } } |