Tab Reminder
Quickly set reminders to revisit specific web pages.
O que é Tab Reminder?
Tab Reminder é uma extensão do Chrome desenvolvida por Garrett Grimm, e sua principal característica é "Quickly set reminders to revisit specific web pages.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Reminder
Baixe arquivos de extensão Tab 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
Have you ever opened a website and said to yourself "I'd like to look at this more, but maybe later"? This extension makes it simple to remind yourself to revisit any website when you decide. Reminders are shown as native Chrome notifications, and when clicked you will be taken back to the site. You can also snooze reminders for 15 minutes. ✅ Note that browser notifications must be enabled for you to receive them.
Informações Básicas da Extensão
Nome | Tab Reminder |
ID | emjkjhniepjnianimdjmjndnjdanjmmk |
URL Oficial | https://chromewebstore.google.com/detail/tab-reminder/emjkjhniepjnianimdjmjndnjdanjmmk |
Descrição | Quickly set reminders to revisit specific web pages. |
Tamanho do Arquivo | 476 KB |
Contagem de Instalações | 978 |
Versão Atual | 1.1.2 |
Última Atualização | 2022-01-29 |
Data de Publicação | 2021-09-29 |
Classificação | 4.50/5 Total de 8 Avaliações |
Desenvolvedor | Garrett Grimm |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://appsumo.com/products/chrome-tab-reminder/ |
Idiomas Suportados | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Reminder", "description": "Quickly set reminders to revisit specific web pages.", "version": "1.1.2", "manifest_version": 3, "default_locale": "en", "options_page": "home.html", "background": { "service_worker": "build\/background.js" }, "permissions": [ "storage", "tabs", "alarms", "notifications" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_title": "Tab Reminder", "default_icon": { "16": "\/img\/bell-16.png", "32": "\/img\/bell-32.png", "48": "\/img\/bell-48.png", "128": "\/img\/bell-128.png" } }, "icons": { "16": "\/img\/bell-fill-16.png", "32": "\/img\/bell-fill-32.png", "48": "\/img\/bell-fill-48.png", "128": "\/img\/bell-fill-128.png" } } |