Time Capsule
This extension allows you to read a news feed from yourself one year ago.
What is Time Capsule?
Time Capsule is a Chrome extension developed by edgar.figueiredo, and its main feature is "This extension allows you to read a news feed from yourself one year ago.".
Extension Screenshots
Download Time Capsule Extension CRX File
Download Time Capsule extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Time Capsule |
ID | gigpkdofoiekbjgmpdbjdbipbjbdkdca |
Official URL | https://chromewebstore.google.com/detail/time-capsule/gigpkdofoiekbjgmpdbjdbipbjbdkdca |
Description | This extension allows you to read a news feed from yourself one year ago. |
File Size | 1.38 MB |
Installation Count | 92 |
Current Version | 1.0.0 |
Last Updated | 2013-10-29 |
Publish Date | 2013-10-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | edgar.figueiredo |
Payment Type | free |
Extension Website | http://www.time-capsule.me |
Supported Languages | 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" } } |