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 |
Eメール | [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" } |