ReNotes
Simple notes and remember their tasks ...
Что такое ReNotes?
ReNotes - это расширение Chrome, разработанное Augusto SR Paiva, и его основная функция - "Simple notes and remember their tasks ...".
Скачать файл CRX расширения ReNotes
Скачайте файлы расширений ReNotes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Make you Notes simple and fast way. On page Reminders , just write what you want to Remember and wed day time, we display a notification for you. ENJOY!
Основная информация о расширении
Название | |
ID | nbkenopidpmpmgdgkgkkjcblkgkeaode |
Официальный URL | https://chrome.google.com/webstore/detail/renotes/nbkenopidpmpmgdgkgkkjcblkgkeaode |
Описание | Simple notes and remember their tasks ... |
Размер файла | 6.21 MB |
Количество установок | 63 |
Текущая Версия | 0.2 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 4.00/5 Всего 1 оценок |
Разработчик | Augusto SR Paiva |
Тип оплаты | free |
Поддерживаемые языки | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReNotes", "version": "0.2", "description": "Simple notes and remember their tasks ...", "author": "Augusto S\u00e9rgio R Paiva", "background": { "scripts": [ "scripts\/notify.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/ext.css" ], "js": [ "plugins\/jquery-ui\/jquery-ui.js", "plugins\/jquery-ui\/jquery-ui.min.js" ] } ], "permissions": [ "storage", "alarms", "notifications" ], "icons": { "64": "icons\/popup.png" } } |