Wayback++
Provides Client-Side Rewriting For The Internet Archive's Wayback Machine
Qu'est-ce que Wayback++ ?
Wayback++ est une extension Chrome développée par John Berlin, et sa fonction principale est "Provides Client-Side Rewriting For The Internet Archive's Wayback Machine".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wayback++
Téléchargez les fichiers d'extension Wayback++ 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
Client-side rewriting for all web archives! It is a well known fact that server-side URL rewriting of archived JavaScript is less than perfect due to the "dynamic" nature of JavaScript. This extension aims to address that issue for the Internet Archive's Wayback Machine by patching the global JavaScript environment in order to perform client-side rewriting. The client-side rewriter used was automatically generated using a means I have developed.
Informations de Base sur l'Extension
Nom | |
ID | kcpoejoblnjdkdfdnjkgcmmmkccjjhka |
URL Officiel | https://chrome.google.com/webstore/detail/wayback++/kcpoejoblnjdkdfdnjkgcmmmkccjjhka |
Description | Provides Client-Side Rewriting For The Internet Archive's Wayback Machine |
Taille du Fichier | 16.41 KB |
Nombre d'Installations | 238 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2018-04-01 |
Date de Publication | 2018-04-01 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | John Berlin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wayback++", "version": "0.0.6", "version_name": "0.0.6", "description": "Provides Client-Side Rewriting For The Internet Archive's Wayback Machine", "homepage_url": "http:\/\/cs.odu.edu\/~jberlin", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "page": "backGround.html" }, "page_action": { "default_icon": "icons\/16.png", "default_title": "Wayback++", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/", "*:\/\/*\/*", "notifications", "debugger", "contextMenus" ], "options_page": "options.html", "short_name": "Wayback++", "content_security_policy": "script-src 'self'; object-src 'self'", "minimum_chrome_version": "59" } |