Github Html Preview
Take a look at the HTML on the GitHub Repository.
Github Html Previewคืออะไร?
Github Html Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dohyeon5626 และคุณลักษณะหลักของมันคือ "Take a look at the HTML on the GitHub Repository."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Html Preview
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |