Wayback Machine

The Official Wayback Machine Extension - by the Internet Archive.

Apa itu Wayback Machine?

Wayback Machine adalah ekstensi Chrome yang dikembangkan oleh Internet Archive, dan fitur utamanya adalah "The Official Wayback Machine Extension - by the Internet Archive.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wayback Machine

Unduh file ekstensi Wayback Machine dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Wayback Machine Wayback Machine
ID fpnmgdkabkmnadcjpehmlllkndpkmiak
URL Resmi https://chromewebstore.google.com/detail/wayback-machine/fpnmgdkabkmnadcjpehmlllkndpkmiak
Deskripsi The Official Wayback Machine Extension - by the Internet Archive.
Ukuran File 1.29 MB
Jumlah Instalasi 267,207
Versi Saat Ini 3.3
Terakhir Diperbarui 2023-11-22
Tanggal Publikasi 2020-08-10
Penilaian 4.23/5 Total 256 Penilaian
Pengembang Internet Archive
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://archive.org
URL Halaman Bantuan https://archive.org/about/contact.php
URL Halaman Kebijakan Privasi https://archive.org/about/terms.php
Bahasa yang Didukung 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\/*"
    ]
}