Go Back in Time

Go back in time and see how a specific page used to look using a variety of page caching/archiving services

Go Back in Timeとは何ですか?

Go Back in TimeはDanny Pessesによって開発されたChromeの拡張機能で、その主な機能は「Go back in time and see how a specific page used to look using a variety of page caching/archiving services」です。

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

screenshot

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

Go Back in Time拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Based on the Firefox plugin Resurrect Pages, "Go Back in Time" allows you to view cached version of a web page through the following caching/mirror services:

    • CoralCDN
    • Google Cache
    • The Internet Archive
    • Yahoo! Cache
    • MSN Cache
    • Gigablast Cache
    • WebCite                    

拡張機能の基本情報

名前 Go Back in Time Go Back in Time
ID hgdahcpipmgehmaaankiglanlgljlakj
公式URL https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj
説明 Go back in time and see how a specific page used to look using a variety of page caching/archiving services
ファイルサイズ 38.93 KB
インストール数 7,000
現在のバージョン 0.1
最終更新日 2015-08-12
公開日 2015-08-12
評価 3.00/5 合計 14 レビュー
開発者 Danny Pesses
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Go back in time and see how a specific page used to look using a variety of page caching\/archiving services",
    "icons": {
        "128": "icon-128.png",
        "16": "menu-icon.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Go Back in Time",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1"
}