Closetab.email
Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.
O que é Closetab.email?
Closetab.email é uma extensão do Chrome desenvolvida por https://closetab.email, e sua principal característica é "Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Closetab.email
Baixe arquivos de extensão Closetab.email 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 helps you close those extra tabs that you hesitate to close until you've read that page completely. Simply click on the extension and set a timeout within which you'd like to read the page and close the tab. This extension will remember it for you and send weekly reminders to get back to that page. You can also optionally assign tags and turn on/off reminders per tag. No separate account needed. Just login with your existing google account and start using. It's that simple.
Informações Básicas da Extensão
Nome | Closetab.email |
ID | lkgcnpldaonnbdnkiimgdjkecopjnbeb |
URL Oficial | https://chromewebstore.google.com/detail/closetabemail/lkgcnpldaonnbdnkiimgdjkecopjnbeb |
Descrição | Close your tabs with confidence. This extension will periodically remind you about your pending reading-list. |
Tamanho do Arquivo | 192 KB |
Contagem de Instalações | 131 |
Versão Atual | 1.1.0 |
Última Atualização | 2021-05-28 |
Data de Publicação | 2021-04-21 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://closetab.email |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://closetab.email |
URL da Página de Ajuda | https://closetab.email/faq |
URL da Página de Política de Privacidade | https://closetab.email/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Closetab.email", "description": "Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.", "version": "1.1.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "img\/closetab-logo_16x16.png", "48": "img\/closetab-logo_48x48.png", "128": "img\/closetab-logo.png" }, "browser_action": { "default_icon": "img\/closetab-logo.png", "default_title": "CloseTab", "default_popup": "index.html" }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ], "persistent": false }, "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ "login.html" ], "domainUrl": "https:\/\/closetab.email" } |