Remind me!
Schedule recurring reminders.
O que é Remind me!?
Remind me! é uma extensão do Chrome desenvolvida por dragoonj, e sua principal característica é "Schedule recurring reminders.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remind me!
Baixe arquivos de extensão Remind me! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension lets you schedule a reminder to recur regularly, on certain days of the week, during certain hours, with an alert or notification, and a destination URL. I built it mainly to help me remember to log my hours at work.
Informações Básicas da Extensão
Nome | Remind me! |
ID | bnhmafacknfmbcjolljkemehpaobjkml |
URL Oficial | https://chromewebstore.google.com/detail/remind-me/bnhmafacknfmbcjolljkemehpaobjkml |
Descrição | Schedule recurring reminders. |
Tamanho do Arquivo | 138 KB |
Contagem de Instalações | 28 |
Versão Atual | 0.1.3 |
Última Atualização | 2021-04-20 |
Data de Publicação | 2018-10-29 |
Desenvolvedor | dragoonj |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remind me!", "description": "Schedule recurring reminders.", "version": "0.1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Configure Reminders", "default_popup": "ui.html" }, "icons": { "16": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-16.png", "32": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-32.png", "48": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-48.png", "128": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-128.png" }, "permissions": [ "alarms", "storage", "notifications" ], "manifest_version": 2 } |