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