Save URL to Wayback Machine
This extension allows you to save the current webpage to the Wayback Machine.
Qu'est-ce que Save URL to Wayback Machine ?
Save URL to Wayback Machine est une extension Chrome développée par Pierre Rudloff, et sa fonction principale est "This extension allows you to save the current webpage to the Wayback Machine.".
Télécharger le fichier CRX de l'extension Save URL to Wayback Machine
Téléchargez les fichiers d'extension Save URL to Wayback Machine 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
Informations de Base sur l'Extension
Nom | |
ID | eakeomomnnhlgnfegcgmgelmdpfaeegd |
URL Officiel | https://chrome.google.com/webstore/detail/save-url-to-wayback-machi/eakeomomnnhlgnfegcgmgelmdpfaeegd |
Description | This extension allows you to save the current webpage to the Wayback Machine. |
Taille du Fichier | 24.03 KB |
Nombre d'Installations | 71 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2016-07-16 |
Date de Publication | 2016-07-16 |
Développeur | Pierre Rudloff |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Rudloff/wayback-machine-chrome/ |
Langues Prises en Charge | 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" ] } } |