web page preserver

A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.

什麼是web page preserver?

web page preserver是由Scott Wang開發的Chrome擴展程式,該擴展的主要功能是“A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.”。

擴展截圖

screenshot

下載web page preserver擴展crx文件

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

擴展使用說明

                        This is a web page preservation tools, which can save the web page in the current window as MHTML format and browse in offline state.                    

擴展基本資訊

名稱 web page preserver web page preserver
ID jgelgbfglncabfobkgdpdimbmenbfgdj
官方網址 https://chromewebstore.google.com/detail/web-page-preserver/jgelgbfglncabfobkgdpdimbmenbfgdj
簡介 A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.
檔案大小 42.5 KB
安裝次數 583
目前版本 1.2
更新時間 2018-04-28
上架時間 2018-04-27
評分 3.33/5 共 3 次評分
開發者 Scott Wang
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web page preserver",
    "description": "A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "click here, download current web page."
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "pageCapture",
        "tabs"
    ]
}