Save URL to Wayback Machine

This extension allows you to save the current webpage to the Wayback Machine.

Cos'è Save URL to Wayback Machine?

Save URL to Wayback Machine è un'estensione di Chrome sviluppata da Pierre Rudloff, e la sua funzione principale è "This extension allows you to save the current webpage to the Wayback Machine.".

Scarica il file CRX dell'estensione Save URL to Wayback Machine

Scarica i file di estensione Save URL to Wayback Machine 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

                                            

Informazioni di Base sull'Estensione

Nome Save URL to Wayback Machine Save URL to Wayback Machine
ID eakeomomnnhlgnfegcgmgelmdpfaeegd
URL Ufficiale https://chrome.google.com/webstore/detail/save-url-to-wayback-machi/eakeomomnnhlgnfegcgmgelmdpfaeegd
Descrizione This extension allows you to save the current webpage to the Wayback Machine.
Dimensione del File 24.03 KB
Conteggio Installazioni 71
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-07-16
Data di Pubblicazione 2016-07-16
Sviluppatore Pierre Rudloff
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Rudloff/wayback-machine-chrome/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save URL to Wayback Machine",
    "short_name": "Wayback Machine",
    "description": "This extension allows you to save the current webpage to the Wayback Machine.",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "\/img\/archive-icon-64.png",
        "default_title": "Save to Wayback Machine"
    },
    "icons": {
        "16": "\/img\/archive-icon-16.png",
        "32": "\/img\/archive-icon-32.png",
        "64": "\/img\/archive-icon-64.png",
        "128": "\/img\/archive-icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/Rudloff\/wayback-machine-chrome",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "wayback.js"
        ]
    }
}