Raw Githack

Viewing html files with raw.githack.com made easier.

Что такое Raw Githack?

Raw Githack - это расширение Chrome, разработанное Filip Chalupa, и его основная функция - "Viewing html files with raw.githack.com made easier.".

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

screenshot

Скачать файл CRX расширения Raw Githack

Скачайте файлы расширений Raw Githack в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Enter an url to a html file from a git repository (GitHub, Bitbucket or GitLab). That file will be then served to you with a correct mime type to be viewed in your browser using raw.githack.com.                    

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

Название Raw Githack Raw Githack
ID iichepgnbggmoaijfiphjodmhkbijmkf
Официальный URL https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf
Описание Viewing html files with raw.githack.com made easier.
Размер файла 45.94 KB
Количество установок 457
Текущая Версия 0.2
Последнее Обновление 2020-05-01
Дата публикации 2020-04-29
Разработчик Filip Chalupa
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/FilipChalupa/Raw-Githack/
URL страницы помощи https://github.com/FilipChalupa/Raw-Githack/issues
URL страницы политики конфиденциальности https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raw Githack",
    "version": "0.2",
    "description": "Viewing html files with raw.githack.com made easier.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        }
    },
    "manifest_version": 2
}