Save Webpages Offline As MHTML

Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.

Save Webpages Offline As MHTMLとは何ですか?

Save Webpages Offline As MHTMLはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Save Webpages Offline As MHTML拡張機能のCRXファイルをダウンロード

Save Webpages Offline As MHTML拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Archive web pages for offline viewing and sharing. 

Visit homepage for more info: https://browsernative.com/save-webpage-offline-mhtml/                    

拡張機能の基本情報

名前 Save Webpages Offline As MHTML Save Webpages Offline As MHTML
ID nfbcfginnecenjncdjhaminfcienmehn
公式URL https://chromewebstore.google.com/detail/save-webpages-offline-as/nfbcfginnecenjncdjhaminfcienmehn
説明 Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.
ファイルサイズ 14.27 KB
インストール数 10,000
現在のバージョン 1.0.1
最終更新日 2023-11-29
公開日 2019-08-20
評価 4.57/5 合計 49 レビュー
開発者 https://browsernative.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://browsernative.com/save-webpage-offline-mhtml/
ヘルプページのURL https://browsernative.com/save-webpage-offline-mhtml/
プライバシーポリシーページのURL https://browsernative.com/extensions-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Webpages Offline As MHTML",
    "short_name": "SavePage",
    "description": "Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.",
    "version": "1.0.1",
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "pageCapture",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/FileSaver.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "Save Page Offline. Keyboard Shortcut Alt+S."
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/save-webpage-offline-mhtml\/"
}