Checklist

Checklist

ما هو Checklist؟

Checklist هو إضافة Chrome تم تطويرها بواسطة Togglecorp، والميزة الرئيسية لها هي "Checklist".

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

screenshot

تحميل ملف CRX للإضافة Checklist

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

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

                        A simple checklist addon to keep tracks of things.

- Badge shows the no. of things to do in your checklist.
- Separate list for things to do and things already done.
- Items can be sorted by dragging them.
- Users can add custom tags with '@'.                    

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

الاسم Checklist Checklist
ID fnfekoddbjkgnhkhjlaiddjionpkeddn
عنوان URL الرسمي https://chromewebstore.google.com/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn
الوصف Checklist
حجم الملف 96.89 KB
عدد التثبيتات 20,000
النسخة الحالية 1.3.0
آخر تحديث 2020-07-12
تاريخ النشر 2020-05-30
تقييم 4.52/5 مجموع تقييمات 27
المطور Togglecorp
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://beta.thedeep.io/privacy/DEEP+Extension+Privacy+Policy+as+of+02_24_2019.pdf
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Checklist",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "32": "icons\/checklist-32.png",
        "64": "icons\/checklist-64.png",
        "128": "icons\/checklist-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "name": "Checklist",
    "description": "Checklist",
    "author": "",
    "version": "1.3.0"
}