Wayback++
Provides Client-Side Rewriting For The Internet Archive's Wayback Machine
Cos'è Wayback++?
Wayback++ è un'estensione di Chrome sviluppata da John Berlin, e la sua funzione principale è "Provides Client-Side Rewriting For The Internet Archive's Wayback Machine".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wayback++
Scarica i file di estensione Wayback++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kcpoejoblnjdkdfdnjkgcmmmkccjjhka |
URL Ufficiale | https://chrome.google.com/webstore/detail/wayback++/kcpoejoblnjdkdfdnjkgcmmmkccjjhka |
Descrizione | Provides Client-Side Rewriting For The Internet Archive's Wayback Machine |
Dimensione del File | 16.41 KB |
Conteggio Installazioni | 238 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2018-04-01 |
Data di Pubblicazione | 2018-04-01 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | John Berlin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |