Simply Do

Simply Do is the simplest, most easy to use to-do list you'll ever find.

ما هو Simply Do؟

Simply Do هو إضافة Chrome تم تطويرها بواسطة https://joshuapullen.com، والميزة الرئيسية لها هي "Simply Do is the simplest, most easy to use to-do list you'll ever find.".

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

screenshot

تحميل ملف CRX للإضافة Simply Do

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

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

                        Simply Do can be used to keep track of events, homework, or tasks you need to complete. Learning to use Simply Do is a snap, so there's nothing getting in the way of you and your goals.

You'll be more productive than ever.


Simply Do keeps all of your information safely stored in Google Chrome. Your to-do-list is for your eyes only, and it's our job to keep it that way.                    

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

الاسم Simply Do Simply Do
ID hipnehepikeibdofmddlciccfkijjphf
عنوان URL الرسمي https://chromewebstore.google.com/detail/simply-do/hipnehepikeibdofmddlciccfkijjphf
الوصف Simply Do is the simplest, most easy to use to-do list you'll ever find.
حجم الملف 37.84 KB
عدد التثبيتات 1,058
النسخة الحالية 1.2
آخر تحديث 2017-02-14
تاريخ النشر 2017-02-14
تقييم 4.79/5 مجموع تقييمات 14
المطور https://joshuapullen.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simply Do",
    "version": "1.2",
    "description": "Simply Do is the simplest, most easy to use to-do list you'll ever find.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Simply Do",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "author": "Josh Pullen"
}