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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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