WayBack Chrome

View older versions of the current webpage

Apa itu WayBack Chrome?

WayBack Chrome adalah ekstensi Chrome yang dikembangkan oleh Fisix, dan fitur utamanya adalah "View older versions of the current webpage".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WayBack Chrome

Unduh file ekstensi WayBack Chrome 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

                        WayBack Chrome allows you to view older versions of current websites. To use the app, simply click on the icon while visiting a site and select a date.                    

Informasi Dasar Ekstensi

Nama WayBack Chrome WayBack Chrome
ID phabfadigilgfagiclfpjnjljedbjclf
URL Resmi https://chromewebstore.google.com/detail/wayback-chrome/phabfadigilgfagiclfpjnjljedbjclf
Deskripsi View older versions of the current webpage
Ukuran File 16.04 KB
Jumlah Instalasi 4,282
Versi Saat Ini 1.9
Terakhir Diperbarui 2015-01-09
Tanggal Publikasi 2015-01-09
Penilaian 4.50/5 Total 22 Penilaian
Pengembang Fisix
Tipe Pembayaran free
Situs Ekstensi http://mmkdigital.com
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WayBack Chrome",
    "version": "1.9",
    "manifest_version": 2,
    "description": "View older versions of the current webpage",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}