Now and Later

Save pages for later, and view them when you are not busy.

O que é Now and Later?

Now and Later é uma extensão do Chrome desenvolvida por wcproductions, e sua principal característica é "Save pages for later, and view them when you are not busy.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Now and Later

Baixe arquivos de extensão Now and Later 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

                        Now and Later is a simple anti-procrastination tool for saving pages for later viewing! Avoid bookmark clutter and rediscover pages you told yourself you'd eventually look at -- just not when you're working!

Hit "Later" to close and store the current tab (which you clearly don't have time to look at now). Hit "Now" when you have free time to reopen the oldest tab you've stored. If you want to clear all your stored pages, hit the "Reset" button on top. Careful, this is not reversible!

Made with <3 by Chow and Wang                    

Informações Básicas da Extensão

Nome Now and Later Now and Later
ID oebdghljofgongbdnfieaioiohdplkee
URL Oficial https://chromewebstore.google.com/detail/now-and-later/oebdghljofgongbdnfieaioiohdplkee
Descrição Save pages for later, and view them when you are not busy.
Tamanho do Arquivo 842 KB
Contagem de Instalações 34
Versão Atual 1.1
Última Atualização 2015-01-31
Data de Publicação 2015-01-31
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor wcproductions
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Now and Later",
    "description": "Save pages for later, and view them when you are not busy.",
    "version": "1.1",
    "icons": {
        "16": "icon_16x16.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_16x16.png",
        "default_popup": "bookmark.html"
    }
}