Web Archiver
Allows simple archiving of webpages to the Internet Archive.
Qu'est-ce que Web Archiver ?
Web Archiver est une extension Chrome développée par collections-service, et sa fonction principale est "Allows simple archiving of webpages to the Internet Archive.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Web Archiver
Téléchargez les fichiers d'extension Web 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
Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)
Informations de Base sur l'Extension
Nom | Web Archiver |
ID | gjpgpobcdndcdcidmgcmlphbomllapjp |
URL Officiel | https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp |
Description | Allows simple archiving of webpages to the Internet Archive. |
Taille du Fichier | 10 KB |
Nombre d'Installations | 2,423 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-12-23 |
Date de Publication | 2014-12-23 |
Évaluation | 4.60/5 Total 10 Évaluations |
Développeur | collections-service |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Archiver", "version": "1.1", "manifest_version": 2, "description": "Allows simple archiving of webpages to the Internet Archive.", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_128.png", "default_title": "Archive page", "default_popup": "archive.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon_128.png" } } |