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