Time Capsule

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

Τι είναι το Time Capsule;

Το Time Capsule είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον edgar.figueiredo, και η κύρια λειτουργία του είναι "This extension allows you to read a news feed from yourself one year ago.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Time Capsule

Λήψη αρχείων επέκτασης Time Capsule σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Time Capsule Time Capsule
ID gigpkdofoiekbjgmpdbjdbipbjbdkdca
Επίσημο URL https://chromewebstore.google.com/detail/time-capsule/gigpkdofoiekbjgmpdbjdbipbjbdkdca
Περιγραφή This extension allows you to read a news feed from yourself one year ago.
Μέγεθος Αρχείου 1.38 MB
Αριθμός Εγκαταστάσεων 92
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2013-10-29
Ημερομηνία Δημοσίευσης 2013-10-28
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής edgar.figueiredo
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.time-capsule.me
Υποστηριζόμενες Γλώσσες 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"
    }
}