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.

什麼是Web Archive for WayBack Machine?

Web Archive for WayBack Machine是由MatsunagaWebSys開發的Chrome擴展程式,該擴展的主要功能是“Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.”。

擴展截圖

screenshot
screenshot

下載Web Archive for WayBack Machine擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 Web Archive for WayBack Machine Web Archive for WayBack Machine
ID ppokigfjbmhncgkabghdgpiafjdpllke
官方網址 https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke
簡介 Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.
檔案大小 4.15 KB
安裝次數 1,000
目前版本 0.1.1
更新時間 2015-10-20
上架時間 2015-10-20
評分 4.73/5 共 15 次評分
開發者 MatsunagaWebSys
付費類型 free
擴展官網 https://plus.google.com/u/0/111633293976607629954
支援的語言 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"
        ]
    }
}