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 |
官方網址 | 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": [ " |