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”。
擴展截圖
下載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 |
ID | kdbfjkolgoediimjbioaoiiefdkfhjme |
官方網址 | 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" } |