Github Html Preview
Take a look at the HTML on the GitHub Repository.
Cos'è Github Html Preview?
Github Html Preview è un'estensione di Chrome sviluppata da dohyeon5626, e la sua funzione principale è "Take a look at the HTML on the GitHub Repository.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github Html Preview
Scarica i file di estensione Github Html Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Github Html Preview |
ID | pmpjligbgooljdpakhophgddmcipglna |
URL Ufficiale | https://chromewebstore.google.com/detail/github-html-preview/pmpjligbgooljdpakhophgddmcipglna |
Descrizione | Take a look at the HTML on the GitHub Repository. |
Dimensione del File | 45.41 KB |
Conteggio Installazioni | 571 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2023-05-13 |
Data di Pubblicazione | 2022-12-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | dohyeon5626 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/dohyeon5626/github-html-preview-extension |
Lingue Supportate | 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": [ " |