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.

Qu'est-ce que Send to Internet Archive ?

Send to Internet Archive est une extension Chrome développée par Aaron Lenoir, et sa fonction principale est "Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Send to Internet Archive

Téléchargez les fichiers d'extension Send to Internet Archive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Send to Internet Archive Send to Internet Archive
ID bahemchapiecnbbljjmnjkpneaphcncl
URL Officiel https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl
Description Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
Taille du Fichier 14.06 KB
Nombre d'Installations 57
Version Actuelle 2.0.0
Dernière Mise à Jour 2019-10-18
Date de Publication 2019-10-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur Aaron Lenoir
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/AaronLenoir/SendToArchive
URL de la Page d'Aide https://github.com/AaronLenoir/SendToArchive/issues
Langues Prises en Charge 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
    }
}