Pesto aioli

An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles

Что такое Pesto aioli?

Pesto aioli - это расширение Chrome, разработанное pink nautilus, и его основная функция - "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles".

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

screenshot

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

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

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

                        Designed for students with ADHD or your standard procrastinator, this extension will catch you when you open a new tab to navigate away from your current project and remind you of what you have to do. There is also an aesthetic interactive particle background that enables users to play around and kill some time while they ponder their responsibilities.

To customize links, press the "[+]" at the bottom of the screen.

"website" will redirect to github repo                    

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

Название Pesto aioli Pesto aioli
ID baalpccnhigkkjhdaacgbkfopdcpbemp
Официальный URL https://chrome.google.com/webstore/detail/baalpccnhigkkjhdaacgbkfopdcpbemp
Описание An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles
Размер файла 623 KB
Количество установок 72
Текущая Версия 0.1.5
Последнее Обновление 2019-11-14
Дата публикации 2019-11-14
Рейтинг 4.00/5 Всего 4 оценок
Разработчик pink nautilus
Тип оплаты free
Официальный сайт расширения https://github.com/simonmahns/newtab
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pesto aioli",
    "description": "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles",
    "version": "0.1.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "100": "icon100.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "permissions": [
        "storage"
    ]
}