RoutineList

Keep Track of Your Daily Tasks

Что такое RoutineList?

RoutineList - это расширение Chrome, разработанное nicholasgreensf, и его основная функция - "Keep Track of Your Daily Tasks".

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

screenshot
screenshot

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

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

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

                        RoutineList allows the user to keep track of their daily tasks by way of checkboxes that uncheck themselves on the days of the week the user designates as days they should do that task on. It's a great way to save paper and time, preventing the user from having to write out a daily to-do list. This was inspired by a daily to-do list over fifty items long, and built to expedite that process.                    

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

Название RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
Официальный URL https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
Описание Keep Track of Your Daily Tasks
Размер файла 12.09 MB
Количество установок 22
Текущая Версия 0.5
Последнее Обновление 2022-06-01
Дата публикации 2021-05-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик nicholasgreensf
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoutineList",
    "description": "Keep Track of Your Daily Tasks",
    "version": "0.5",
    "icons": {
        "16": "routinelist16.png",
        "48": "routinelist48.png",
        "128": "routinelist128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}