Github Html Preview
Take a look at the HTML on the GitHub Repository.
Co to jest Github Html Preview?
Github Html Preview to rozszerzenie Chrome opracowane przez dohyeon5626, a jego główną funkcją jest „Take a look at the HTML on the GitHub Repository.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Github Html Preview
Pobierz pliki rozszerzeń Github Html Preview w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Github Html Preview |
ID | pmpjligbgooljdpakhophgddmcipglna |
Oficjalny URL | https://chromewebstore.google.com/detail/github-html-preview/pmpjligbgooljdpakhophgddmcipglna |
Opis | Take a look at the HTML on the GitHub Repository. |
Rozmiar pliku | 45.41 KB |
Liczba instalacji | 571 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2023-05-13 |
Data Publikacji | 2022-12-30 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | dohyeon5626 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/dohyeon5626/github-html-preview-extension |
Obsługiwane Języki | 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": [ " |