unforget.io
Unforgettable bookmarks and notes
O que é unforget.io?
unforget.io é uma extensão do Chrome desenvolvida por Night Finch LLC, e sua principal característica é "Unforgettable bookmarks and notes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão unforget.io
Baixe arquivos de extensão unforget.io 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
Privately bookmark web pages, photos, locations, write notes and never forget. Access from mobile or browser. Privately share with others. Choose who you share with. You bumped into a cool web page, blog, article or whatever. At this very moment you don't have enough time to explore it in detail. How often do you bookmark it or make a note about it, and then forget, and never come back? Or you found a new place, book, recipe, restaurant, or something else. Again, you bookmark or make a note and it falls through the cracks. Lost forever. unforget.io is the solution. How does it work? It is very simple. * you bookmark web pages and make notes * once in a while, we select a few of your bookmarks or notes and email them to you as a reminder * you get to define how often (if ever) and how many bookmarks to send in each reminder email * the selection is rotated, so you are guaranteed to be reminded of all your bookmarks eventually * of course, if you are busy you can just ignore or delete the reminder email
Informações Básicas da Extensão
Nome | unforget.io |
ID | fpmbdemegiplkibjfohiaoflckdgbgjp |
URL Oficial | https://chromewebstore.google.com/detail/unforgetio/fpmbdemegiplkibjfohiaoflckdgbgjp |
Descrição | Unforgettable bookmarks and notes |
Tamanho do Arquivo | 9.85 KB |
Contagem de Instalações | 19 |
Versão Atual | 4.0 |
Última Atualização | 2018-03-20 |
Data de Publicação | 2018-03-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Night Finch LLC |
Tipo de Pagamento | free |
Site da Extensão | https://www.unforget.io |
URL da Página de Ajuda | https://www.unforget.io |
URL da Página de Política de Privacidade | https://www.unforget.io/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "unforget.io", "short_name": "unforget.io", "description": "Unforgettable bookmarks and notes", "version": "4.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "unforget" }, "permissions": [ "activeTab" ] } |