Quick Reminders
Quick Reminders
Что такое Quick Reminders?
Quick Reminders - это расширение Chrome, разработанное Sol H, и его основная функция - "Quick Reminders".
Снимки экрана расширения
Скачать файл CRX расширения Quick Reminders
Скачайте файлы расширений Quick Reminders в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use Quick Reminders to quickly create a reminder to pop up in your browser after a specified time. Our beautiful and easy-to-use interface allows you to easily add a task (e.g. Follow up with Bill) and select when we should remind you about it. Choose from preset time slots (5 minutes, 15 minutes, 1 hour, etc) or select a custom time/date and we will remind you to follow up on your tasks.
Основная информация о расширении
Название | |
ID | jpedaefjgnljfpapghlhplhjpnoamfkd |
Официальный URL | https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd |
Описание | Quick Reminders |
Размер файла | 596 KB |
Количество установок | 687 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-02-01 |
Дата публикации | 2016-02-01 |
Рейтинг | 4.20/5 Всего 10 оценок |
Разработчик | Sol H |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "32", "name": "Quick Reminders", "description": "Quick Reminders", "browser_action": { "default_icon": "icon.png", "default_popup": "newReminder.html", "default_title": "Quick Reminders" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "notifications" ], "web_accessible_resources": [ "icon.png" ] } |