Wayback++
Provides Client-Side Rewriting For The Internet Archive's Wayback Machine
什么是Wayback++?
Wayback++是由John Berlin开发的Chrome扩展程序,该扩展的主要功能是“Provides Client-Side Rewriting For The Internet Archive's Wayback Machine”。
扩展截图
下载Wayback++扩展crx文件
下载Wayback++扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | kcpoejoblnjdkdfdnjkgcmmmkccjjhka |
官方URL | https://chrome.google.com/webstore/detail/wayback++/kcpoejoblnjdkdfdnjkgcmmmkccjjhka |
简介 | Provides Client-Side Rewriting For The Internet Archive's Wayback Machine |
文件大小 | 16.41 KB |
安装次数 | 238 |
当前版本 | 0.0.6 |
更新时间 | 2018-04-01 |
上架时间 | 2018-04-01 |
评分 | 3.67/5 共3次评分 |
开发者 | John Berlin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |