Wayback Utility

A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.

Apa itu Wayback Utility?

Wayback Utility adalah ekstensi Chrome yang dikembangkan oleh InfosecRD, dan fitur utamanya adalah "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wayback Utility

Unduh file ekstensi Wayback Utility 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

                        My first chrome extension, a simple utility to take you back to the oldest version of your current page on The Internet Archive's Wayback Machine via a context menu entry.                    

Informasi Dasar Ekstensi

Nama Wayback Utility Wayback Utility
ID jpphcfodibbnmfenlknhepeddadomieo
URL Resmi https://chrome.google.com/webstore/detail/jpphcfodibbnmfenlknhepeddadomieo
Deskripsi A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.
Ukuran File 34.72 KB
Jumlah Instalasi 32
Versi Saat Ini 0.1
Terakhir Diperbarui 2021-03-23
Tanggal Publikasi 2021-03-23
Pengembang InfosecRD
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback Utility",
    "license": "https:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/deed.en",
    "description": "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/Clock16.png",
        "32": "\/images\/Clock32.png",
        "48": "\/images\/Clock48.png",
        "128": "\/images\/Clock128.png"
    }
}