Time Travel

Use this extension to easily check how the web page you're visiting looked like in the past.

What is Time Travel?

Time Travel is a Chrome extension developed by http://djuptho.com, and its main feature is "Use this extension to easily check how the web page you're visiting looked like in the past.".

Extension Screenshots

screenshot

Download Time Travel Extension CRX File

Download Time Travel 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

                        The Time Travel extension is a tool for everyone with an interest in internet history. 
The extension takes you back in time, displaying copies of the web page since the day the web page was created.                    

Extension Basic Information

Name Time Travel Time Travel
ID nhnpgecjgnmgjgcdimdcaagipimnlefd
Official URL https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd
Description Use this extension to easily check how the web page you're visiting looked like in the past.
File Size 26.23 KB
Installation Count 635
Current Version 1.0
Last Updated 2017-11-04
Publish Date 2017-11-04
Rating 5.00/5 Total 1 Ratings
Developer http://djuptho.com
Payment Type free
Extension Website https://github.com/djuptho/dev_portfolio/tree/master/time_travel
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Travel",
    "short_name": "A handy tool for all internet users that takes the page back in time",
    "description": "Use this extension to easily check how the web page you're visiting looked like in the past.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}