WayBack Chrome
View older versions of the current webpage
Qu'est-ce que WayBack Chrome ?
WayBack Chrome est une extension Chrome développée par Fisix, et sa fonction principale est "View older versions of the current webpage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WayBack Chrome
Téléchargez les fichiers d'extension WayBack Chrome 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
WayBack Chrome allows you to view older versions of current websites. To use the app, simply click on the icon while visiting a site and select a date.
Informations de Base sur l'Extension
Nom | WayBack Chrome |
ID | phabfadigilgfagiclfpjnjljedbjclf |
URL Officiel | https://chromewebstore.google.com/detail/wayback-chrome/phabfadigilgfagiclfpjnjljedbjclf |
Description | View older versions of the current webpage |
Taille du Fichier | 16.04 KB |
Nombre d'Installations | 4,282 |
Version Actuelle | 1.9 |
Dernière Mise à Jour | 2015-01-09 |
Date de Publication | 2015-01-09 |
Évaluation | 4.50/5 Total 22 Évaluations |
Développeur | Fisix |
Type de Paiement | free |
Site Web de l'Extension | http://mmkdigital.com |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WayBack Chrome", "version": "1.9", "manifest_version": 2, "description": "View older versions of the current webpage", "background": { "scripts": [ "main.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "tabs" ] } |