Bucket List

Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.

Что такое Bucket List?

Bucket List - это расширение Chrome, разработанное rrsk, и его основная функция - "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.".

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

screenshot

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

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

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

                        We all need motivation to do stuff and get ourselves going, but every time we loose our focus.To help you maintain your priorities this extension allows you save your task/ideas in to-do list while maintaining it across your chrome devices through google account sync automatically.

To keep a measure of time a life clock is added as a new tab page with all your list.I hope that you enjoy it and wait for your feedback.                    

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

Название Bucket List Bucket List
ID aeejakgneejppfanncfdigobboabaoci
Официальный URL https://chromewebstore.google.com/detail/bucket-list/aeejakgneejppfanncfdigobboabaoci
Описание Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.
Размер файла 308 KB
Количество установок 83
Текущая Версия 1.1
Последнее Обновление 2017-10-04
Дата публикации 2017-10-04
Рейтинг 4.33/5 Всего 3 оценок
Разработчик rrsk
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bucket List",
    "description": "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.",
    "version": "1.1",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "bucketlist.png",
        "default_title": "Bucket List",
        "default_popup": "popup.html"
    }
}