Github Html Preview
Take a look at the HTML on the GitHub Repository.
什么是Github Html Preview?
Github Html Preview是由dohyeon5626开发的Chrome扩展程序,该扩展的主要功能是“Take a look at the HTML on the GitHub Repository.”。
扩展截图
下载Github Html Preview扩展crx文件
下载Github Html Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides a preview of the html file uploaded to github. You can view rough results without having to copy locally. Features - You can click preview button in github html page - You can see the preview results on the new tab. - GitHub token settings allow you to view HTML preview results in your private repository. If there is a problem, please register the issue through the link below. https://github.com/dohyeon5626/github-html-preview-extension/issues
扩展基本信息
名称 | Github Html Preview |
ID | pmpjligbgooljdpakhophgddmcipglna |
官方URL | https://chromewebstore.google.com/detail/github-html-preview/pmpjligbgooljdpakhophgddmcipglna |
简介 | Take a look at the HTML on the GitHub Repository. |
文件大小 | 45.41 KB |
安装次数 | 571 |
当前版本 | 2.0 |
更新时间 | 2023-05-13 |
上架时间 | 2022-12-30 |
评分 | 5.00/5 共1次评分 |
开发者 | dohyeon5626 |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/dohyeon5626/github-html-preview-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Html Preview", "description": "Take a look at the HTML on the GitHub Repository.", "version": "2.0", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/raw.githubusercontent.com\/*" ], "web_accessible_resources": [ { "resources": [ "page\/preview.html" ], "matches": [ " |