firelog
This extension displays the FireBase log of the inserted url
Co to jest firelog?
firelog to rozszerzenie Chrome opracowane przez azicode4, a jego główną funkcją jest „This extension displays the FireBase log of the inserted url”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia firelog
Pobierz pliki rozszerzeń firelog w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | firelog |
ID | kdbfjkolgoediimjbioaoiiefdkfhjme |
Oficjalny URL | https://chromewebstore.google.com/detail/firelog/kdbfjkolgoediimjbioaoiiefdkfhjme |
Opis | This extension displays the FireBase log of the inserted url |
Rozmiar pliku | 439 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2015-11-06 |
Data Publikacji | 2015-11-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | azicode4 |
Typ Płatności | free |
Strona Rozszerzenia | http://jogabo.github.io/firelog |
Obsługiwane Języki | 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" } |