Web Archiver

Allows simple archiving of webpages to the Internet Archive.

Apa itu Web Archiver?

Web Archiver adalah ekstensi Chrome yang dikembangkan oleh collections-service, dan fitur utamanya adalah "Allows simple archiving of webpages to the Internet Archive.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web Archiver

Unduh file ekstensi Web Archiver 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

                        Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)                    

Informasi Dasar Ekstensi

Nama Web Archiver Web Archiver
ID gjpgpobcdndcdcidmgcmlphbomllapjp
URL Resmi https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp
Deskripsi Allows simple archiving of webpages to the Internet Archive.
Ukuran File 10 KB
Jumlah Instalasi 2,423
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-12-23
Tanggal Publikasi 2014-12-23
Penilaian 4.60/5 Total 10 Penilaian
Pengembang collections-service
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Archiver",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Allows simple archiving of webpages to the Internet Archive.",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Archive page",
        "default_popup": "archive.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon_128.png"
    }
}