Fabric Inline Comments

Allows you to see comments from related crashes without having to click on the related crash.

Что такое Fabric Inline Comments?

Fabric Inline Comments - это расширение Chrome, разработанное Tony Cosentini, и его основная функция - "Allows you to see comments from related crashes without having to click on the related crash.".

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

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

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

                        Additional details at https://github.com/tonycosentini/fabric_inline_comments/                    

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

Название Fabric Inline Comments Fabric Inline Comments
ID poddbenhhjkffbflkihlodhobneekpmm
Официальный URL https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm
Описание Allows you to see comments from related crashes without having to click on the related crash.
Размер файла 13.61 KB
Количество установок 12
Текущая Версия 1.0.4
Последнее Обновление 2015-05-31
Дата публикации 2015-05-31
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Tony Cosentini
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fabric Inline Comments",
    "description": "Allows you to see comments from related crashes without having to click on the related crash.",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fabric.io\/*"
            ],
            "js": [
                "arrive.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "script.js.map"
    ]
}