Reminders

This extension puts simple reminders right in your browser!

Что такое Reminders?

Reminders - это расширение Chrome, разработанное Trent Mervine, и его основная функция - "This extension puts simple reminders right in your browser!".

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

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

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

                        The easiest way to set simple reminders to help you stay organized and on time. The world's simplest task manager.                    

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

Название Reminders Reminders
ID ipkjhbpbaboabfiamdjelkohonaacbnf
Официальный URL https://chromewebstore.google.com/detail/reminders/ipkjhbpbaboabfiamdjelkohonaacbnf
Описание This extension puts simple reminders right in your browser!
Размер файла 773 KB
Количество установок 68
Текущая Версия 1.0.1
Последнее Обновление 2016-07-12
Дата публикации 2016-07-12
Рейтинг 4.14/5 Всего 7 оценок
Разработчик Trent Mervine
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminders",
    "description": "This extension puts simple reminders right in your browser!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "16": "icons\/16.png"
        },
        "default_popup": "todos.html"
    },
    "background": {
        "scripts": [
            "moment.min.js",
            "chrome-storage-promise.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ]
}