firelog

This extension displays the FireBase log of the inserted url

Co je firelog?

firelog je rozšíření Chrome vyvinuté azicode4, a jeho hlavní funkcí je „This extension displays the FireBase log of the inserted url“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření firelog

Stáhněte si soubory rozšíření firelog ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název firelog firelog
ID kdbfjkolgoediimjbioaoiiefdkfhjme
Oficiální URL https://chromewebstore.google.com/detail/firelog/kdbfjkolgoediimjbioaoiiefdkfhjme
Popis This extension displays the FireBase log of the inserted url
Velikost souboru 439 KB
Počet instalací 53
Aktuální Verze 2.0
Poslední Aktualizace 2015-11-06
Datum Vydání 2015-11-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář azicode4
Typ Platby free
Webové stránky Rozšíření http://jogabo.github.io/firelog
Podporované Jazyky 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"
}