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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
}