Wayback Images
With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
Qu'est-ce que Wayback Images ?
Wayback Images est une extension Chrome développée par yldzhanhandan, et sa fonction principale est "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wayback Images
Téléchargez les fichiers d'extension Wayback Images 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
For the best effect, click its icon after the site has fully loaded.
Informations de Base sur l'Extension
Nom | Wayback Images |
ID | dgemigkanhiejpcmhimojfmanolcpcgp |
URL Officiel | https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp |
Description | With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any. |
Taille du Fichier | 70.12 KB |
Nombre d'Installations | 1,110 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2017-11-28 |
Date de Publication | 2017-11-28 |
Évaluation | 3.80/5 Total 5 Évaluations |
Développeur | yldzhanhandan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sites.google.com/view/bagofextensions |
Langues Prises en Charge | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wayback Images", "version": "1.3", "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "icon_128.png" }, "background": { "persistent": false, "scripts": [ "main.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/", "https:\/\/*\/" ], "js": [ "jquery-3.2.1.slim.js" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": { "19": "icon_19.png" }, "default_title": "" } } |