Reminder

Create simple reminders with this chrome extension. Input message and time and you are set.

Что такое Reminder?

Reminder - это расширение Chrome, разработанное Andy Young, и его основная функция - "Create simple reminders with this chrome extension. Input message and time and you are set.".

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

screenshot

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

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

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

                        Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.                    

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

Название Reminder Reminder
ID jllcblicpghgjfoldcphpiekbmoamflm
Официальный URL https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm
Описание Create simple reminders with this chrome extension. Input message and time and you are set.
Размер файла 94.52 KB
Количество установок 16
Текущая Версия 1.1
Последнее Обновление 2018-03-10
Дата публикации 2018-03-09
Разработчик Andy Young
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminder",
    "description": "Create simple reminders with this chrome extension. Input message and time and you are set.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}