HTML Preview
Preview HTML files in a side panel
What is HTML Preview?
HTML Preview is a Chrome extension developed by tesline0225, and its main feature is "Preview HTML files in a side panel".
Extension Screenshots
Download HTML Preview Extension CRX File
Download HTML Preview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Preview Your HTML Codes rapidly.
Extension Basic Information
Name | HTML Preview |
ID | pbgahlbpcanegaeoijeejlkmmfmgcpen |
Official URL | https://chromewebstore.google.com/detail/html-preview/pbgahlbpcanegaeoijeejlkmmfmgcpen |
Description | Preview HTML files in a side panel |
File Size | 299 KB |
Installation Count | 55 |
Current Version | 1.0 |
Last Updated | 2023-06-27 |
Publish Date | 2023-06-26 |
Developer | tesline0225 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |