Send to Internet Archive

Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.

Cos'è Send to Internet Archive?

Send to Internet Archive è un'estensione di Chrome sviluppata da Aaron Lenoir, e la sua funzione principale è "Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Send to Internet Archive

Scarica i file di estensione Send to Internet Archive 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

                        Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.

Please consider donating to the Internet Archive: https://archive.org/donate                    

Informazioni di Base sull'Estensione

Nome Send to Internet Archive Send to Internet Archive
ID bahemchapiecnbbljjmnjkpneaphcncl
URL Ufficiale https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl
Descrizione Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
Dimensione del File 14.06 KB
Conteggio Installazioni 57
Versione Corrente 2.0.0
Ultimo Aggiornamento 2019-10-18
Data di Pubblicazione 2019-10-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Aaron Lenoir
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/AaronLenoir/SendToArchive
URL della Pagina di Aiuto https://github.com/AaronLenoir/SendToArchive/issues
Lingue Supportate en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Aaron Lenoir",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "2.0.0",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/AaronLenoir\/SendToArchive",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/add_doc_16.png",
        "20": "icons\/add_doc_20.png",
        "48": "icons\/add_doc_48.png",
        "64": "icons\/add_doc_64.png",
        "128": "icons\/add_doc_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/add_doc_16.png",
            "20": "icons\/add_doc_20.png",
            "48": "icons\/add_doc_48.png",
            "64": "icons\/add_doc_64.png",
            "128": "icons\/add_doc_128.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "scripts": [
            "background_scripts\/background.js"
        ],
        "persistent": false
    }
}