Wayback Machine

The Official Wayback Machine Extension - by the Internet Archive.

Wayback Machine là gì?

Wayback Machine là một tiện ích mở rộng Chrome được phát triển bởi Internet Archive, và tính năng chính của nó là "The Official Wayback Machine Extension - by the Internet Archive.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wayback Machine

Tải xuống các tệp mở rộng Wayback Machine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Welcome to the Official Internet Archive Wayback Machine Browser Extension! Go back in time to see how a website has changed through the history of the Web. Save websites, view missing 404 Not Found pages, or read archived books & papers.

Most features will work without requiring an account including Save Page Now.

Some features must be enabled from Settings. Turn on Private Mode to prevent automatic sending of data and to protect your privacy while browsing.


Features

• Save Page Now - Instantly save the page you are currently viewing in the Wayback Machine. Turn on Auto Save Page in settings to save pages that have not previously been saved, or Auto Save Bookmarks to save when bookmarking a page. Works while logged out, or log in for additional options.

• Oldest, Newest & Overview - View the first version of a page or the most recently saved in the Wayback Machine. Or view a calendar overview of all archived pages. Can also use by right-clicking over a page or link.

• Wayback Machine Count - Display a count of snapshots of the current page stored in the Wayback Machine over the toolbar icon, and the date of last save in the popup.

• 404 Not Found - When an error occurs, automatically check if an archived copy is available. Checks against 4xx & 5xx HTTP error codes.

• Contextual Notices - Check for contextual information from fact checking organizations and origin websites.

• Relevant Resources - View research papers and books while visiting Wikipedia, archived digitized books while visiting Amazon Books, and recommended TV News Clips while visiting news websites.

• URLs & Collections - Show a list of URLs captured under the current website, and what collections they are saved under.

• Site Map & Word Cloud - Present a sunburst diagram for the domain you are currently viewing, or create a Word Cloud from the link's anchor text of the page you are on.

• Annotations - Provide a list of annotations for the current web page and domain, provided by Hypothes.is.

• My Web Archive - Save URLs to your public archive page on the Internet Archive.

• Tweets & Share Links - Search Twitter for information regarding your current page, or share archived links on social media.


For support, please email [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wayback Machine Wayback Machine
ID fpnmgdkabkmnadcjpehmlllkndpkmiak
URL Chính Thức https://chromewebstore.google.com/detail/wayback-machine/fpnmgdkabkmnadcjpehmlllkndpkmiak
Mô tả The Official Wayback Machine Extension - by the Internet Archive.
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 267,207
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2020-08-10
Đánh Giá 4.23/5 Tổng số 256 Đánh Giá
Nhà Phát Triển Internet Archive
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://archive.org
URL Trang Trợ Giúp https://archive.org/about/contact.php
URL Trang Chính Sách Bảo Mật https://archive.org/about/terms.php
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wayback Machine",
    "version": "3.3",
    "description": "The Official Wayback Machine Extension - by the Internet Archive.",
    "icons": {
        "16": "images\/app-icon\/mini-icon16.png",
        "24": "images\/app-icon\/mini-icon24.png",
        "32": "images\/app-icon\/mini-icon32.png",
        "48": "images\/app-icon\/mini-icon48.png",
        "64": "images\/app-icon\/app-icon64.png",
        "96": "images\/app-icon\/app-icon96.png",
        "128": "images\/app-icon\/app-icon128.png",
        "256": "images\/app-icon\/app-icon256.png",
        "512": "images\/app-icon\/app-icon512.png",
        "1024": "images\/app-icon\/app-icon1024.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/toolbar\/toolbar-icon-archive16.png",
            "24": "images\/toolbar\/toolbar-icon-archive24.png",
            "32": "images\/toolbar\/toolbar-icon-archive32.png",
            "64": "images\/toolbar\/toolbar-icon-archive64.png"
        }
    },
    "homepage_url": "https:\/\/archive.org\/",
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/archive.org\/*",
        "https:\/\/*.archive.org\/*",
        "https:\/\/hypothes.is\/*",
        ""
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "scripts\/utils.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "scripts\/wikipedia.js"
            ],
            "css": [
                "css\/wikipedia.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/archive.css",
        "images\/*"
    ]
}