Save As MHT

Save page as `.mht` files.

Co to jest Save As MHT?

Save As MHT to rozszerzenie Chrome opracowane przez dizzy, a jego główną funkcją jest „Save page as `.mht` files.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Save As MHT

Pobierz pliki rozszerzeń Save As MHT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Saves web page as single `.mht` file.
Displays additional info when opening `.mht` file in browser.                    

Podstawowe informacje o rozszerzeniu

Nazwa Save As MHT Save As MHT
ID hfmodljjaibbdndlikgagimhhodmobkc
Oficjalny URL https://chromewebstore.google.com/detail/save-as-mht/hfmodljjaibbdndlikgagimhhodmobkc
Opis Save page as `.mht` files.
Rozmiar pliku 15.26 KB
Liczba instalacji 27,703
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2023-07-10
Data Publikacji 2020-04-21
Ocena 4.04/5 Łącznie 157 Oceny
Deweloper dizzy
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/vsDizzy/SaveAsMHT
Adres URL Strony Pomocy https://github.com/vsDizzy/SaveAsMHT/issues
Adres URL Strony Polityki Prywatności https://raw.githubusercontent.com/vsDizzy/SaveAsMHT/master/privacy-policy.md
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save As MHT",
    "version": "0.2.0",
    "short_name": "SaveAsMHT",
    "description": "Save page as `.mht` files.",
    "homepage_url": "https:\/\/github.com\/vsDizzy\/SaveAsMHT",
    "icons": {
        "128": "mht-icon.png"
    },
    "action": {
        "default_icon": {
            "128": "mht-icon.png"
        }
    },
    "background": {
        "service_worker": "dist\/worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "pageCapture",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "file:\/\/\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            }
        }
    }
}