Github Html Preview
Take a look at the HTML on the GitHub Repository.
Co je Github Html Preview?
Github Html Preview je rozšíření Chrome vyvinuté dohyeon5626, a jeho hlavní funkcí je „Take a look at the HTML on the GitHub Repository.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Github Html Preview
Stáhněte si soubory rozšíření Github Html Preview ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Github Html Preview |
ID | pmpjligbgooljdpakhophgddmcipglna |
Oficiální URL | https://chromewebstore.google.com/detail/github-html-preview/pmpjligbgooljdpakhophgddmcipglna |
Popis | Take a look at the HTML on the GitHub Repository. |
Velikost souboru | 45.41 KB |
Počet instalací | 571 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2023-05-13 |
Datum Vydání | 2022-12-30 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | dohyeon5626 |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/dohyeon5626/github-html-preview-extension |
Podporované Jazyky | 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": [ " |