Web Archive for WayBack Machine

Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.

Apa itu Web Archive for WayBack Machine?

Web Archive for WayBack Machine adalah ekstensi Chrome yang dikembangkan oleh MatsunagaWebSys, dan fitur utamanya adalah "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Archive for WayBack Machine

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

                        Button to save the current page to WayBack Machine.
Immediately ,a current page is saved easily , you can see the results.

Features
・Very fast
・Very Secure(You can confirm the safety code yourself)
・Simple coding and design                    

Informasi Dasar Ekstensi

Nama Web Archive for WayBack Machine Web Archive for WayBack Machine
ID ppokigfjbmhncgkabghdgpiafjdpllke
URL Resmi https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke
Deskripsi Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.
Ukuran File 4.15 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2015-10-20
Tanggal Publikasi 2015-10-20
Penilaian 4.73/5 Total 15 Penilaian
Pengembang MatsunagaWebSys
Tipe Pembayaran free
Situs Ekstensi https://plus.google.com/u/0/111633293976607629954
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Archive for WayBack Machine",
    "short_name": "WebArchiver",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.",
    "icons": {
        "48": "archive.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "archive.png",
        "default_title": "archive this page"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}