Stijl

Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.

Что такое Stijl?

Stijl - это расширение Chrome, разработанное [email protected], и его основная функция - "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.".

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

screenshot

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

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

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

                        Supported code review tools are:
- Gerrit (e.g. Android, Chrome OS)
- Rietveld (e.g. Chromium)

Source Code is hosted at https://github.com/google/stijl/.                    

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

Название Stijl Stijl
ID cpbiadoobgnpcacjecphfeoonpfccagk
Официальный URL https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk
Описание Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
Размер файла 1.43 MB
Количество установок 69
Текущая Версия 1.0.6
Последнее Обновление 2018-01-23
Дата публикации 2018-01-23
Разработчик [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/google/stijl/
URL страницы помощи https://github.com/google/stijl/issues/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stijl",
    "description": "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.",
    "version": "1.0.6",
    "icons": {
        "128": "icons\/stijl128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/stijl38.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}