Minimal Todoist

An extension to help you complete todoist tasks

Что такое Minimal Todoist?

Minimal Todoist - это расширение Chrome, разработанное ashish.me, и его основная функция - "An extension to help you complete todoist tasks".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Minimal Todoist

Скачайте файлы расширений Minimal Todoist в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Minimal Todoist is an open source browser extension that lets you see all todos in new page tab.

Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues

Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service.                    

Основная информация о расширении

Название Minimal Todoist Minimal Todoist
ID eofnkjgkfjlalkapnfklldgdaghkilce
Официальный URL https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce
Описание An extension to help you complete todoist tasks
Размер файла 2.13 MB
Количество установок 33
Текущая Версия 1.0.1
Последнее Обновление 2019-10-02
Дата публикации 2019-10-02
Рейтинг 4.67/5 Всего 3 оценок
Разработчик ashish.me
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ashish.me
URL страницы помощи https://github.com/ashishdotme/minimal-todoist-extension/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal Todoist",
    "version": "1.0.1",
    "description": "An extension to help you complete todoist tasks",
    "author": "Ashish Patel",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "assets\/logo.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}