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

Apa itu Go Back in Time?

Go Back in Time adalah ekstensi Chrome yang dikembangkan oleh Danny Pesses, dan fitur utamanya adalah "Go back in time and see how a specific page used to look using a variety of page caching/archiving services".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Go Back in Time

Unduh file ekstensi Go Back in Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Go Back in Time Go Back in Time
ID hgdahcpipmgehmaaankiglanlgljlakj
URL Resmi https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj
Deskripsi Go back in time and see how a specific page used to look using a variety of page caching/archiving services
Ukuran File 38.93 KB
Jumlah Instalasi 7,000
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-08-12
Tanggal Publikasi 2015-08-12
Penilaian 3.00/5 Total 14 Penilaian
Pengembang Danny Pesses
Tipe Pembayaran free
Bahasa yang Didukung 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"
}