Temporary Bookmarks
Temporarily stores bookmarks for a period of time of your choice with optional notifications.
O que é Temporary Bookmarks?
Temporary Bookmarks é uma extensão do Chrome desenvolvida por L-tommy, e sua principal característica é "Temporarily stores bookmarks for a period of time of your choice with optional notifications.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Temporary Bookmarks
Baixe arquivos de extensão Temporary Bookmarks 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
Do you ever bookmark hundreds of links but only need them for a period of time (eg. useful websites for paper due in one week, shopping links you probably won't remember after one day)? Temporary bookmarks can help. This extension behaves exactly like Chrome's default bookmark except each bookmark has a lifespan (ranging from 1 to 365 days). After the lifespan has passed, it automatically deletes itself. If you wish to delete bookmarks manually, feel free by clicking on the garbage bin icon. If the page you bookmarked is rather significant, put a notification on it so there would be a reminder when it has less than a day remaining.
Informações Básicas da Extensão
Nome | Temporary Bookmarks |
ID | bpndllhnkhaepbdeeklhlbpinaacbjfj |
URL Oficial | https://chromewebstore.google.com/detail/temporary-bookmarks/bpndllhnkhaepbdeeklhlbpinaacbjfj |
Descrição | Temporarily stores bookmarks for a period of time of your choice with optional notifications. |
Tamanho do Arquivo | 48.64 KB |
Contagem de Instalações | 816 |
Versão Atual | 0.64 |
Última Atualização | 2015-10-09 |
Data de Publicação | 2015-10-08 |
Classificação | 4.84/5 Total de 37 Avaliações |
Desenvolvedor | L-tommy |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Temporary Bookmarks", "description": "Temporarily stores bookmarks for a period of time of your choice with optional notifications.", "version": "0.64", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "tabs", "chrome:\/\/favicon\/" ] } |