Github Pages Extension
Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Что такое Github Pages Extension?
Github Pages Extension - это расширение Chrome, разработанное jan.monschke, и его основная функция - "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".
Снимки экрана расширения
Скачать файл CRX расширения Github Pages Extension
Скачайте файлы расширений Github Pages Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                                             Основная информация о расширении
| Название |   |  
| ID | abglkfedjobofmldleaiippfdmefooem | 
| Официальный URL | https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem | 
| Описание | Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set. | 
| Размер файла | 65.59 KB | 
| Количество установок | 28 | 
| Текущая Версия | 1.0.1 | 
| Последнее Обновление | 2013-01-18 | 
| Дата публикации | 2013-01-17 | 
| Рейтинг | 3.00/5 Всего 2 оценок | 
| Разработчик | jan.monschke | 
| Тип оплаты | free | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Pages Extension",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    }
}  |  |