Don't Forget
Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
Что такое Don't Forget?
Don't Forget - это расширение Chrome, разработанное dcarps, и его основная функция - "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances".
Снимки экрана расширения
Скачать файл CRX расширения Don't Forget
Скачайте файлы расширений Don't Forget в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Don't forget allows you to set reminders straight from your browser that will sync across all your google sync enabled browsers. Choose desktop notification or have it open a new browser tab to keep you on track with the things you need to remember. Sorry, it will only remind you to do laundry not do it for you. ;)
Основная информация о расширении
Название | Don't Forget |
ID | abggoadfpgldjgbjdikghhdmlcgpknie |
Официальный URL | https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie |
Описание | Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances |
Размер файла | 428 KB |
Количество установок | 146 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2013-10-04 |
Дата публикации | 2013-10-04 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | dcarps |
Тип оплаты | free |
URL страницы помощи | https://github.com/tollus/chrome-dont-forget/issues |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Don't Forget", "author": "dcarps", "description": "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances", "version": "1.0.5", "permissions": [ "notifications", "storage", "alarms" ], "background": { "page": "background\/background.html", "persistent": true }, "manifest_version": 2, "omnibox": { "keyword": "df" }, "browser_action": { "default_icon": "img\/logo_BW128.png", "default_popup": "popup\/DontForget.html" }, "icons": { "128": "img\/logo128.png" }, "options_page": "other\/alarmmgmt.html" } |