Wayback Machine Playback Machine

Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page.

Wayback Machine Playback Machine란 무엇입니까?

Wayback Machine Playback Machine은(는) quigley.james.g에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Have you ever been on a webpage and realized it has changed from what it used to be? Ever wondered to yourself, "How could I go back in time and see how this page used to be?"

The Internet Archive's Wayback Machine (https://archive.org/web/) is a massive repository of snapshots of web pages over time. It provides a way to do just the kind of time-travel you have always longed for. But it is annoying to have to navigate to https://archive.org/web/ and then paste in the URL of the website you're interested in searching for. This extension enables you to do just that in one click!                    

확장 프로그램 기본 정보

이름 Wayback Machine Playback Machine Wayback Machine Playback Machine
ID nianblhocpljjmegmkdelbhfihmlglpf
공식 URL https://chromewebstore.google.com/detail/wayback-machine-playback/nianblhocpljjmegmkdelbhfihmlglpf
설명 Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page.
파일 크기 2.23 MB
설치 횟수 1,014
현재 버전 1.0.0
최근 업데이트 2024-02-06
출시 날짜 2019-02-14
개발자 quigley.james.g
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback Machine Playback Machine",
    "version": "1.0.0",
    "description": "Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "images\/wayback_machine_calendar_16.png",
        "32": "images\/wayback_machine_calendar_32.png",
        "48": "images\/wayback_machine_calendar_48.png",
        "128": "images\/wayback_machine_calendar_128.png"
    },
    "manifest_version": 3
}