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"입니다.

확장 프로그램 스크린샷

screenshot

Wayback++ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Wayback++ Wayback++
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"
}