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文件

下載Wayback Machine Playback Machine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}