Firestore Full Screen Plugin

This extension will extend your firestore console to full screen!

Wat is Firestore Full Screen Plugin?

Firestore Full Screen Plugin is een Chrome-extensie ontwikkeld door kitnipan.d, en de belangrijkste functie is "This extension will extend your firestore console to full screen!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Firestore Full Screen Plugin

Download Firestore Full Screen Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Full size your Firebase Firestore console that its!                    

Basisinformatie over de Extensie

Naam Firestore Full Screen Plugin Firestore Full Screen Plugin
ID jajbnologjejhjnjbhjbedleadnjogog
Officiële URL https://chromewebstore.google.com/detail/firestore-full-screen-plu/jajbnologjejhjnjbhjbedleadnjogog
Beschrijving This extension will extend your firestore console to full screen!
Bestandsgrootte 66.96 KB
Aantal Installaties 91
Huidige Versie 1.0.3
Laatst Bijgewerkt 2018-02-22
Publicatiedatum 2018-02-21
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar kitnipan.d
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Firestore Full Screen Plugin",
    "description": "This extension will extend your firestore console to full screen!",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "tabs"
    ]
}