firelog

This extension displays the FireBase log of the inserted url

什么是firelog?

firelog是由azicode4开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the FireBase log of the inserted url”。

扩展截图

screenshot
screenshot

下载firelog扩展crx文件

下载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"
}