Web.archive.org Auto-Archiver

Automatically Archive-Pages

Qu'est-ce que Web.archive.org Auto-Archiver ?

Web.archive.org Auto-Archiver est une extension Chrome développée par Page Refresh, et sa fonction principale est "Automatically Archive-Pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Web.archive.org Auto-Archiver

Téléchargez les fichiers d'extension Web.archive.org Auto-Archiver 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

                        It automatically archives every webpage you visit using the Wayback Machine by the Internet Archive.                    

Informations de Base sur l'Extension

Nom Web.archive.org Auto-Archiver Web.archive.org Auto-Archiver
ID incoejagnokjhlkjkgpbdbooagggckdg
URL Officiel https://chromewebstore.google.com/detail/webarchiveorg-auto-archiv/incoejagnokjhlkjkgpbdbooagggckdg
Description Automatically Archive-Pages
Taille du Fichier 22.76 KB
Nombre d'Installations 515
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-07-06
Date de Publication 2020-12-08
Évaluation 3.50/5 Total 14 Évaluations
Développeur Page Refresh
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/extensions-privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web.archive.org Auto-Archiver",
    "version": "1.0.4",
    "description": "Automatically Archive-Pages",
    "permissions": [
        "https:\/\/web.archive.org\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}