RawGit for Github

Quickly convert Github links to RawGit links so that they can be used in development or production environments.

Что такое RawGit for Github?

RawGit for Github - это расширение Chrome, разработанное Ash Connolly, и его основная функция - "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".

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

screenshot
screenshot

Скачать файл CRX расширения RawGit for Github

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

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

                        RawGit serves raw files directly from GitHub with proper Content-Type headers.

This extension allows you to use RawGit directly from Github. The extension will appear in the address bar when viewing a file on Github.

Visit https://rawgit.com/ for more information.                    

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

Название RawGit for Github RawGit for Github
ID mobohgekahaknpfhiknjgepliebadkko
Официальный URL https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko
Описание Quickly convert Github links to RawGit links so that they can be used in development or production environments.
Размер файла 35.19 KB
Количество установок 105
Текущая Версия 0.0.3
Последнее Обновление 2016-02-28
Дата публикации 2016-02-28
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Ash Connolly
Тип оплаты free
Официальный сайт расширения http://www.ashconnolly.com?ref=ext_rawgit_store
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RawGit for Github",
    "version": "0.0.3",
    "description": "Quickly convert Github links to RawGit links so that they can be used in development or production environments.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "RawGit for Github",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/www.github.com\/",
        "http:\/\/www.github.com\/",
        "tabs",
        "storage"
    ]
}