HTML Preview

Preview HTML files in a side panel

HTML Previewとは何ですか?

HTML Previewはtesline0225によって開発されたChromeの拡張機能で、その主な機能は「Preview HTML files in a side panel」です。

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

screenshot

HTML Preview拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Preview Your HTML Codes rapidly.                    

拡張機能の基本情報

名前 HTML Preview HTML Preview
ID pbgahlbpcanegaeoijeejlkmmfmgcpen
公式URL https://chromewebstore.google.com/detail/html-preview/pbgahlbpcanegaeoijeejlkmmfmgcpen
説明 Preview HTML files in a side panel
ファイルサイズ 299 KB
インストール数 55
現在のバージョン 1.0
最終更新日 2023-06-27
公開日 2023-06-26
開発者 tesline0225
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML Preview",
    "version": "1.0",
    "description": "Preview HTML files in a side panel",
    "permissions": [
        "sidePanel"
    ],
    "action": {
        "default_popup": "sidepanel.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    }
}