Time Capsule

This extension allows you to read a news feed from yourself one year ago.

O que é Time Capsule?

Time Capsule é uma extensão do Chrome desenvolvida por edgar.figueiredo, e sua principal característica é "This extension allows you to read a news feed from yourself one year ago.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Time Capsule

Baixe arquivos de extensão Time Capsule 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 replaces the "New Tab" with something that can help you change your life. A timeline from yourself one year ago, will help you reflect on your past. A to-do list for the next year will help you keep your goals on track.

Reflecting on the past is the only way to shape the future the way you want it to. 

The main reason for this to be on the "New Tab" page is that you will be able to look at your goals every day, and this will help you shape your day-to-day decisions focusing on who you want to be.

Happy time travel!                    

Informações Básicas da Extensão

Nome Time Capsule Time Capsule
ID gigpkdofoiekbjgmpdbjdbipbjbdkdca
URL Oficial https://chromewebstore.google.com/detail/time-capsule/gigpkdofoiekbjgmpdbjdbipbjbdkdca
Descrição This extension allows you to read a news feed from yourself one year ago.
Tamanho do Arquivo 1.38 MB
Contagem de Instalações 92
Versão Atual 1.0.0
Última Atualização 2013-10-29
Data de Publicação 2013-10-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor edgar.figueiredo
Tipo de Pagamento free
Site da Extensão http://www.time-capsule.me
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Capsule",
    "description": "This extension allows you to read a news feed from yourself one year ago.",
    "version": "1.0.0",
    "chrome_url_overrides": {
        "newtab": "journey.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}