firelog

This extension displays the FireBase log of the inserted url

Qu'est-ce que firelog ?

firelog est une extension Chrome développée par azicode4, et sa fonction principale est "This extension displays the FireBase log of the inserted url".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension firelog

Téléchargez les fichiers d'extension firelog au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom firelog firelog
ID kdbfjkolgoediimjbioaoiiefdkfhjme
URL Officiel https://chromewebstore.google.com/detail/firelog/kdbfjkolgoediimjbioaoiiefdkfhjme
Description This extension displays the FireBase log of the inserted url
Taille du Fichier 439 KB
Nombre d'Installations 53
Version Actuelle 2.0
Dernière Mise à Jour 2015-11-06
Date de Publication 2015-11-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur azicode4
Type de Paiement free
Site Web de l'Extension http://jogabo.github.io/firelog
Langues Prises en Charge 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"
}