Github Html Preview
Take a look at the HTML on the GitHub Repository.
¿Qué es Github Html Preview?
Github Html Preview es una extensión de Chrome desarrollada por dohyeon5626, y su función principal es "Take a look at the HTML on the GitHub Repository.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Github Html Preview
Descarga archivos de extensión Github Html Preview en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Github Html Preview |
ID | pmpjligbgooljdpakhophgddmcipglna |
URL Oficial | https://chromewebstore.google.com/detail/github-html-preview/pmpjligbgooljdpakhophgddmcipglna |
Descripción | Take a look at the HTML on the GitHub Repository. |
Tamaño del Archivo | 45.41 KB |
Cantidad de Instalaciones | 571 |
Versión Actual | 2.0 |
Última Actualización | 2023-05-13 |
Fecha de Publicación | 2022-12-30 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | dohyeon5626 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/dohyeon5626/github-html-preview-extension |
Idiomas Soportados | 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": [ " |