HTML Preview
Preview HTML files in a side panel
什么是HTML Preview?
HTML Preview是由tesline0225开发的Chrome扩展程序,该扩展的主要功能是“Preview HTML files in a side panel”。
扩展截图
下载HTML Preview扩展crx文件
下载HTML Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Preview Your HTML Codes rapidly. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |