Time Capsule

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

Apa itu Time Capsule?

Time Capsule adalah ekstensi Chrome yang dikembangkan oleh edgar.figueiredo, dan fitur utamanya adalah "This extension allows you to read a news feed from yourself one year ago.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Time Capsule

Unduh file ekstensi Time Capsule dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Time Capsule Time Capsule
ID gigpkdofoiekbjgmpdbjdbipbjbdkdca
URL Resmi https://chromewebstore.google.com/detail/time-capsule/gigpkdofoiekbjgmpdbjdbipbjbdkdca
Deskripsi This extension allows you to read a news feed from yourself one year ago.
Ukuran File 1.38 MB
Jumlah Instalasi 92
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2013-10-29
Tanggal Publikasi 2013-10-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang edgar.figueiredo
Tipe Pembayaran free
Situs Ekstensi http://www.time-capsule.me
Bahasa yang Didukung 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"
    }
}