Github HTML Preview in New tab

Github HTML Preview provide a quick way to preview the html files in new tab

Что такое Github HTML Preview in New tab?

Github HTML Preview in New tab - это расширение Chrome, разработанное nuxdie, и его основная функция - "Github HTML Preview provide a quick way to preview the html files in new tab".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Github HTML Preview in New tab

Скачайте файлы расширений Github HTML Preview in New tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Github HTML Preview in New tab Github HTML Preview in New tab
ID fepepbplpljmbgigikdechdokijggdjd
Официальный URL https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd
Описание Github HTML Preview provide a quick way to preview the html files in new tab
Размер файла 20.38 KB
Количество установок 14
Текущая Версия 1.0
Последнее Обновление 2018-01-26
Дата публикации 2018-01-26
Рейтинг 1.00/5 Всего 1 оценок
Разработчик nuxdie
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/nuxdie/gh-html-view
Поддерживаемые языки en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "github_preview.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "description": "Github HTML Preview provide a quick way to preview the html files in new tab",
    "icons": {
        "128": "github_128.png",
        "16": "github_16.png",
        "48": "github_48.png"
    },
    "manifest_version": 2,
    "name": "Github HTML Preview in New tab",
    "permissions": [
        "https:\/\/github.com\/*",
        "http:\/\/github.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}