Github Html Preview
Take a look at the HTML on the GitHub Repository.
Hvad er Github Html Preview?
Github Html Preview er en Chrome-udvidelse udviklet af dohyeon5626, og dens hovedfunktion er "Take a look at the HTML on the GitHub Repository.".
Udvidelsesskærmbilleder
Download Github Html Preview-udvidelses-CRX-fil
Download Github Html Preview-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Github Html Preview |
ID | pmpjligbgooljdpakhophgddmcipglna |
Officiel URL | https://chromewebstore.google.com/detail/github-html-preview/pmpjligbgooljdpakhophgddmcipglna |
Beskrivelse | Take a look at the HTML on the GitHub Repository. |
Filstørrelse | 45.41 KB |
Antal Installationer | 571 |
Nuværende Version | 2.0 |
Senest Opdateret | 2023-05-13 |
Udgivelsesdato | 2022-12-30 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | dohyeon5626 |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/dohyeon5626/github-html-preview-extension |
Understøttede Sprog | 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": [ " |