Simple Todo

Replace the newtab page with a simple todo list

ما هو Simple Todo؟

Simple Todo هو إضافة Chrome تم تطويرها بواسطة Arnelle Balane، والميزة الرئيسية لها هي "Replace the newtab page with a simple todo list".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Simple Todo

قم بتنزيل ملفات الامتداد Simple Todo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة المساعدة 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"
    }
}