Wayback Images

With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.

Cos'è Wayback Images?

Wayback Images è un'estensione di Chrome sviluppata da yldzhanhandan, e la sua funzione principale è "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wayback Images

Scarica i file di estensione Wayback Images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        For the best effect, click its icon after the site has fully loaded.                    

Informazioni di Base sull'Estensione

Nome Wayback Images Wayback Images
ID dgemigkanhiejpcmhimojfmanolcpcgp
URL Ufficiale https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp
Descrizione With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
Dimensione del File 70.12 KB
Conteggio Installazioni 1,110
Versione Corrente 1.3
Ultimo Aggiornamento 2017-11-28
Data di Pubblicazione 2017-11-28
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore yldzhanhandan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sites.google.com/view/bagofextensions
Lingue Supportate en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wayback Images",
    "version": "1.3",
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "jquery-3.2.1.slim.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png"
        },
        "default_title": ""
    }
}