Time Travel

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

Apa itu Time Travel?

Time Travel adalah ekstensi Chrome yang dikembangkan oleh http://djuptho.com, dan fitur utamanya adalah "Use this extension to easily check how the web page you're visiting looked like in the past.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Time Travel

Unduh file ekstensi Time Travel 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

                        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.                    

Informasi Dasar Ekstensi

Nama Time Travel Time Travel
ID nhnpgecjgnmgjgcdimdcaagipimnlefd
URL Resmi https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd
Deskripsi Use this extension to easily check how the web page you're visiting looked like in the past.
Ukuran File 26.23 KB
Jumlah Instalasi 635
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-11-04
Tanggal Publikasi 2017-11-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://djuptho.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/djuptho/dev_portfolio/tree/master/time_travel
Bahasa yang Didukung 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"
    ]
}