Github Html Preview
Take a look at the HTML on the GitHub Repository.
Что такое Github Html Preview?
Github Html Preview - это расширение Chrome, разработанное dohyeon5626, и его основная функция - "Take a look at the HTML on the GitHub Repository.".
Снимки экрана расширения
Скачать файл CRX расширения Github Html Preview
Скачайте файлы расширений Github Html Preview в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Github Html Preview |
ID | pmpjligbgooljdpakhophgddmcipglna |
Официальный URL | https://chromewebstore.google.com/detail/github-html-preview/pmpjligbgooljdpakhophgddmcipglna |
Описание | Take a look at the HTML on the GitHub Repository. |
Размер файла | 45.41 KB |
Количество установок | 571 |
Текущая Версия | 2.0 |
Последнее Обновление | 2023-05-13 |
Дата публикации | 2022-12-30 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | dohyeon5626 |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://github.com/dohyeon5626/github-html-preview-extension |
Поддерживаемые языки | 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": [ " |