Plume: Super simple todolist

Super simple todolist

ما هو Plume: Super simple todolist؟

Plume: Super simple todolist هو إضافة Chrome تم تطويرها بواسطة MJ Code، والميزة الرئيسية لها هي "Super simple todolist".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Plume: Super simple todolist

قم بتنزيل ملفات الامتداد Plume: Super simple todolist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Plume is a super simple todolist.

To add a task, just type something in the yellow bar and press enter.

Your tasks are saved locally, so don't write anything too important here ;)                    

معلومات أساسية عن التمديد

الاسم Plume: Super simple todolist Plume: Super simple todolist
ID pkkmkhejfpipdkdbepohfooemmkcgclf
عنوان URL الرسمي https://chromewebstore.google.com/detail/plume-super-simple-todoli/pkkmkhejfpipdkdbepohfooemmkcgclf
الوصف Super simple todolist
حجم الملف 252 KB
عدد التثبيتات 137
النسخة الحالية 0.0.2
آخر تحديث 2022-02-25
تاريخ النشر 2013-11-03
تقييم 4.33/5 مجموع تقييمات 6
المطور MJ Code
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "name": "Plume: Super simple todolist",
    "description": "Super simple todolist",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "assets\/scripts\/page.js"
            ]
        }
    ]
}