Time Travel

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

什麼是Time Travel?

Time Travel是由http://djuptho.com開發的Chrome擴展程式,該擴展的主要功能是“Use this extension to easily check how the web page you're visiting looked like in the past.”。

擴展截圖

screenshot

下載Time Travel擴展crx文件

下載Time Travel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Time Travel Time Travel
ID nhnpgecjgnmgjgcdimdcaagipimnlefd
官方網址 https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd
簡介 Use this extension to easily check how the web page you're visiting looked like in the past.
檔案大小 26.23 KB
安裝次數 635
目前版本 1.0
更新時間 2017-11-04
上架時間 2017-11-04
評分 5.00/5 共 1 次評分
開發者 http://djuptho.com
付費類型 free
擴展官網 https://github.com/djuptho/dev_portfolio/tree/master/time_travel
支援的語言 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"
    ]
}