Reminder
Create simple reminders with this chrome extension. Input message and time and you are set.
O que é Reminder?
Reminder é uma extensão do Chrome desenvolvida por Andy Young, e sua principal característica é "Create simple reminders with this chrome extension. Input message and time and you are set.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reminder
Baixe arquivos de extensão Reminder 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
Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.
Informações Básicas da Extensão
Nome | Reminder |
ID | jllcblicpghgjfoldcphpiekbmoamflm |
URL Oficial | https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm |
Descrição | Create simple reminders with this chrome extension. Input message and time and you are set. |
Tamanho do Arquivo | 94.52 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.1 |
Última Atualização | 2018-03-10 |
Data de Publicação | 2018-03-09 |
Desenvolvedor | Andy Young |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminder", "description": "Create simple reminders with this chrome extension. Input message and time and you are set.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" } } |