Quick Reminders
Quick Reminders
O que é Quick Reminders?
Quick Reminders é uma extensão do Chrome desenvolvida por Sol H, e sua principal característica é "Quick Reminders".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick Reminders
Baixe arquivos de extensão Quick Reminders 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
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.
Informações Básicas da Extensão
Nome | |
ID | jpedaefjgnljfpapghlhplhjpnoamfkd |
URL Oficial | https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd |
Descrição | Quick Reminders |
Tamanho do Arquivo | 596 KB |
Contagem de Instalações | 687 |
Versão Atual | 1.0 |
Última Atualização | 2016-02-01 |
Data de Publicação | 2016-02-01 |
Classificação | 4.20/5 Total de 10 Avaliações |
Desenvolvedor | Sol H |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |