WaybackMachine

web.archive.org unofficial WaybackMachine extension

Apa itu WaybackMachine?

WaybackMachine adalah ekstensi Chrome yang dikembangkan oleh Mohammad Hussein, dan fitur utamanya adalah "web.archive.org unofficial WaybackMachine extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WaybackMachine

Unduh file ekstensi WaybackMachine 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

                        With a click of a mouse, the extension uses web.archive.org's internet archiving Wayback Machine to view the current website you're on in the year and month you specify.

If the website you're viewing wasn't crawled by the machine at the specified month or year, it takes you to the nearest crawled version and opens it in a new tab.                    

Informasi Dasar Ekstensi

Nama WaybackMachine WaybackMachine
ID gofnhkhaadkoabedkchceagnjjicaihi
URL Resmi https://chromewebstore.google.com/detail/waybackmachine/gofnhkhaadkoabedkchceagnjjicaihi
Deskripsi web.archive.org unofficial WaybackMachine extension
Ukuran File 63.26 KB
Jumlah Instalasi 4,451
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-03-18
Tanggal Publikasi 2016-03-18
Penilaian 3.42/5 Total 24 Penilaian
Pengembang Mohammad Hussein
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaybackMachine",
    "description": "web.archive.org unofficial WaybackMachine extension",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}