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
公式URL 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
Eメール [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"
    ]
}