Time Capsule

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

Time Capsuleとは何ですか?

Time Capsuleはedgar.figueiredoによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to read a news feed from yourself one year ago.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Time Capsule拡張機能のCRXファイルをダウンロード

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"
    }
}