firelog

This extension displays the FireBase log of the inserted url

Что такое firelog?

firelog - это расширение Chrome, разработанное azicode4, и его основная функция - "This extension displays the FireBase log of the inserted url".

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

screenshot
screenshot

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

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

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

                        Firelog is a tool that displays your Firebase log in the chrome devtools. It's very useful especially when you want to get live logs displayed in your chrome devtools without connecting your device.

Features:

- Deported log
- Live logs
- The log auto scrolls everytime a new entry appears.
- Keyboard shortcut to cleanup the logs (Press Cmd + K)                    

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

Название firelog firelog
ID kdbfjkolgoediimjbioaoiiefdkfhjme
Официальный URL https://chromewebstore.google.com/detail/firelog/kdbfjkolgoediimjbioaoiiefdkfhjme
Описание This extension displays the FireBase log of the inserted url
Размер файла 439 KB
Количество установок 53
Текущая Версия 2.0
Последнее Обновление 2015-11-06
Дата публикации 2015-11-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик azicode4
Тип оплаты free
Официальный сайт расширения http://jogabo.github.io/firelog
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "firelog",
    "description": "This extension displays the FireBase log of the inserted url",
    "version": "2.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*.firebase.com\/",
        "https:\/\/*.firebaseio.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
    "devtools_page": "devtools.html"
}